#774508

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

Shades of Raw Umber #774508

Tints of Raw Umber #774508

Color information

#774508 (or 0x774508) is unknown color: approx Raw Umber. HEX triplet: 77, 45 and 08. RGB value is (119,69,8). Sum of RGB (Red+Green+Blue) = 119+69+8=196 (25% of max value = 765). Red value is 119 (46.88% from 255 or 60.71% from 196); Green value is 69 (27.34% from 255 or 35.20% from 196); Blue value is 8 (3.52% from 255 or 4.08% from 196); Max value from RGB is 119 - color contains mainly: red. Hex color #774508 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774508 is #88BAF7. Grayscale: #4D4D4D. Windows color (decimal): -8960760 or 542071. OLE color: 542071.

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

Color convert

RGB119698-
CMYK00.420.930.53
HSL32.97º87.4%24.9%-
HSV(B)32.97º93.28%46.67%-
XYZ9.788.21.3-
YUV7789.06157.96-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 60.71%
GREEN value IS 69 (27.34% from 255) = 35.20%
BLUE value IS 8 (3.52% from 255) = 4.08%
R=60.71%
G=35.20%
B=4.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11969800.420.930.5332.9787.424.9
Hex7745802A5D35215719
Octal16710510052135654112731
Binary11101111000101100001010101011101110101100001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774508; }

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

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

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

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

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

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

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

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