Html Css Color HEX #76580C Raw Umber

📋 copy color: '#76580C'

red 118 ◦ green 88 ◦ blue 12

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

Shades of Raw Umber #76580C

Tints of Raw Umber #76580C

RGB

 RED value IS 118 (46.48% from 255) = 54.13%

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

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

R = 54.13%
G = 40.37%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#76580C (or 0x76580C) is known color: Raw Umber. HEX triplet: 76, 58 and 0C. RGB value is (118,88,12). Sum of RGB (Red+Green+Blue) = 118+88+12=218 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.13% from 218); Green value is 88 (34.77% from 255 or 40.37% from 218); Blue value is 12 (5.08% from 255 or 5.50% from 218); Max value from RGB is 118 - color contains mainly: red. Hex color #76580C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76580C is #89A7F3. Grayscale: #585858. Windows color (decimal): -9021428 or 809078. OLE color: 809078.

HSL color Cylindrical-coordinate representation of color #76580C: hue angle of 43.02º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #76580C is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 88 12 -
CMYK 0 0.25 0.90 0.54
HSL 43.02º 0.82% 0.25% -
HSV(B) 43.02º 0.9% 0.46% -
XYZ 11.03 10.86 1.86 -
YUV 88.31 84.94 149.18 -
System Red Green Blue C M Y K H S L
Decimal 118 88 12 0 0.25 0.90 0.54 43.02 0.82 0.25
Hex 76 58 C 0 19 5A 36 2B 52 19
Octal 166 130 14 0 31 132 66 53 122 31
Binary 1110110 1011000 1100 0 11001 1011010 110110 101011 1010010 11001

Color Harmonies of #76580C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76580C

Black with #76580C

Text Example


Text Example

White with #76580C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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