#774b0c

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

Shades of Raw Umber #774B0C

Tints of Raw Umber #774B0C

Color information

#774B0C (or 0x774B0C) is unknown color: approx Raw Umber. HEX triplet: 77, 4B and 0C. RGB value is (119,75,12). Sum of RGB (Red+Green+Blue) = 119+75+12=206 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.77% from 206); Green value is 75 (29.69% from 255 or 36.41% from 206); Blue value is 12 (5.08% from 255 or 5.83% from 206); Max value from RGB is 119 - color contains mainly: red. Hex color #774B0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774B0C is #88B4F3. Grayscale: #515151. Windows color (decimal): -8959220 or 805751. OLE color: 805751.

HSL color Cylindrical-coordinate representation of color #774B0C: hue angle of 35.33º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #774B0C is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB1197512-
CMYK00.370.900.53
HSL35.33º81.68%25.69%-
HSV(B)35.33º89.92%46.67%-
XYZ10.198.981.54-
YUV80.9789.08155.12-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 57.77%
GREEN value IS 75 (29.69% from 255) = 36.41%
BLUE value IS 12 (5.08% from 255) = 5.83%
R=57.77%
G=36.41%
B=5.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119751200.370.900.5335.3381.6825.69
Hex774BC0255A3523521a
Octal16711314045132654312232
Binary11101111001011110001001011011010110101100011101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774b0c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774b0c; }

 p { color: rgb(119,75,12); }

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

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

 a { background-color: rgb(119,75,12); }

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

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

 span { border-color: rgb(119,75,12); }

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