#77440E

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

Shades of Raw Umber #77440E

Tints of Raw Umber #77440E

Color information

#77440E (or 0x77440E) is unknown color: approx Raw Umber. HEX triplet: 77, 44 and 0E. RGB value is (119,68,14). Sum of RGB (Red+Green+Blue) = 119+68+14=201 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.20% from 201); Green value is 68 (26.95% from 255 or 33.83% from 201); Blue value is 14 (5.86% from 255 or 6.97% from 201); Max value from RGB is 119 - color contains mainly: red. Hex color #77440E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77440E is #88BBF1. Grayscale: #4D4D4D. Windows color (decimal): -8961010 or 935031. OLE color: 935031.

HSL color Cylindrical-coordinate representation of color #77440E: hue angle of 30.86º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #77440E is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB1196814-
CMYK00.430.880.53
HSL30.86º78.95%26.08%-
HSV(B)30.86º88.24%46.67%-
XYZ9.758.091.46-
YUV77.0992.4157.89-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 59.20%
GREEN value IS 68 (26.95% from 255) = 33.83%
BLUE value IS 14 (5.86% from 255) = 6.97%
R=59.20%
G=33.83%
B=6.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119681400.430.880.5330.8678.9526.08
Hex7744E02B58351f4f1a
Octal16710416053130653711732
Binary1110111100010011100101011101100011010111111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77440E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77440E; }

 p { color: rgb(119,68,14); }

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

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

 a { background-color: rgb(119,68,14); }

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

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

 span { border-color: rgb(119,68,14); }

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