#774506

Color #774506 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #774506

Tints of Raw Umber #774506

Color information

#774506 (or 0x774506) is unknown color: approx Raw Umber. HEX triplet: 77, 45 and 06. RGB value is (119,69,6). Sum of RGB (Red+Green+Blue) = 119+69+6=194 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.34% from 194); Green value is 69 (27.34% from 255 or 35.57% from 194); Blue value is 6 (2.73% from 255 or 3.09% from 194); Max value from RGB is 119 - color contains mainly: red. Hex color #774506 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774506 is #88BAF9. Grayscale: #4D4D4D. Windows color (decimal): -8960762 or 410999. OLE color: 410999.

HSL color Cylindrical-coordinate representation of color #774506: hue angle of 33.45º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #774506 is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.53.

Color convert

RGB119696-
CMYK00.420.950.53
HSL33.45º90.4%24.51%-
HSV(B)33.45º94.96%46.67%-
XYZ9.778.191.24-
YUV76.7788.06158.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 119 (46.88% from 255) = 61.34%
GREEN value IS 69 (27.34% from 255) = 35.57%
BLUE value IS 6 (2.73% from 255) = 3.09%
R=61.34%
G=35.57%
B=3.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.95
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11969600.420.950.5333.4590.424.51
Hex7745602A5F35215a19
Octal1671056052137654113231
Binary1110111100010111001010101011111110101100001101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774506; }

 p { color: rgb(119,69,6); }

 H1.HeaderClassName
 {
   color: #774506;
 }
 .AnyTagClassName
 {
   color: #774506;
 }
</style>
background-color css

<style>
 a { background-color: #774506; }

 a { background-color: rgb(119,69,6); }

 div.DivClassName
 {
   background-color: #774506;
 }
 .BgClassName
 {
   background-color: #774506;
 }
</style>
border-color css

<style>
 span { border-color: #774506; }

 span { border-color: rgb(119,69,6); }

 td.TdClassName
 {
   border-color: #774506;
 }
 .TagClassName
 {
   border-color: #774506;
 }
</style>