Html Css Color HEX #77580C Raw Umber

📋 copy color: '#77580C'

red 119 ◦ green 88 ◦ blue 12

#77580C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Umber #77580C

Tints of Raw Umber #77580C

RGB

 RED value IS 119 (46.88% from 255) = 54.34%

 GREEN value IS 88 (34.77% from 255) = 40.18%

 BLUE value IS 12 (5.08% from 255) = 5.48%

R = 54.34%
G = 40.18%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#77580C (or 0x77580C) is known color: Raw Umber. HEX triplet: 77, 58 and 0C. RGB value is (119,88,12). Sum of RGB (Red+Green+Blue) = 119+88+12=219 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.34% from 219); Green value is 88 (34.77% from 255 or 40.18% from 219); Blue value is 12 (5.08% from 255 or 5.48% from 219); Max value from RGB is 119 - color contains mainly: red. Hex color #77580C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77580C is #88A7F3. Grayscale: #585858. Windows color (decimal): -8955892 or 809079. OLE color: 809079.

HSL color Cylindrical-coordinate representation of color #77580C: hue angle of 42.62º 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 #77580C is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 88 12 -
CMYK 0 0.26 0.90 0.53
HSL 42.62º 0.82% 0.26% -
HSV(B) 42.62º 0.9% 0.47% -
XYZ 11.16 10.93 1.87 -
YUV 88.61 84.77 149.68 -
System Red Green Blue C M Y K H S L
Decimal 119 88 12 0 0.26 0.90 0.53 42.62 0.82 0.26
Hex 77 58 C 0 1A 5A 35 2B 52 1A
Octal 167 130 14 0 32 132 65 53 122 32
Binary 1110111 1011000 1100 0 11010 1011010 110101 101011 1010010 11010

Color Harmonies of #77580C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77580C

Black with #77580C

Text Example


Text Example

White with #77580C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77580C; }

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

 H1.HeaderClassName
 {
   color: #77580C;
 }
 .AnyTagClassName
 {
   color: #77580C;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #77580C;
 }
 .BgClassName
 {
   background-color: #77580C;
 }
</style>

border-color css

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

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

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