#774C1B

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

Shades of Raw Umber #774C1B

Tints of Raw Umber #774C1B

Color information

#774C1B (or 0x774C1B) is unknown color: approx Raw Umber. HEX triplet: 77, 4C and 1B. RGB value is (119,76,27). Sum of RGB (Red+Green+Blue) = 119+76+27=222 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.60% from 222); Green value is 76 (30.08% from 255 or 34.23% from 222); Blue value is 27 (10.94% from 255 or 12.16% from 222); Max value from RGB is 119 - color contains mainly: red. Hex color #774C1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774C1B is #88B3E4. Grayscale: #535353. Windows color (decimal): -8958949 or 1789047. OLE color: 1789047.

HSL color Cylindrical-coordinate representation of color #774C1B: hue angle of 31.96º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #774C1B is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB1197627-
CMYK00.360.770.53
HSL31.96º63.01%28.63%-
HSV(B)31.96º77.31%46.67%-
XYZ10.399.172.26-
YUV83.2796.25153.48-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 53.60%
GREEN value IS 76 (30.08% from 255) = 34.23%
BLUE value IS 27 (10.94% from 255) = 12.16%
R=53.60%
G=34.23%
B=12.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.77
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119762700.360.770.5331.9663.0128.63
Hex774C1B0244D35203f1d
Octal1671143304411565407735
Binary11101111001100110110100100100110111010110000011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,76,27); }

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

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

 a { background-color: rgb(119,76,27); }

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

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

 span { border-color: rgb(119,76,27); }

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