Html Css Color HEX #76500C Raw Umber

📋 copy color: '#76500C'

red 118 ◦ green 80 ◦ blue 12

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

Shades of Raw Umber #76500C

Tints of Raw Umber #76500C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 38.1%

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

R = 56.19%
G = 38.1%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#76500C (or 0x76500C) is known color: Raw Umber. HEX triplet: 76, 50 and 0C. RGB value is (118,80,12). Sum of RGB (Red+Green+Blue) = 118+80+12=210 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.19% from 210); Green value is 80 (31.64% from 255 or 38.10% from 210); Blue value is 12 (5.08% from 255 or 5.71% from 210); Max value from RGB is 118 - color contains mainly: red. Hex color #76500C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76500C is #89AFF3. Grayscale: #535353. Windows color (decimal): -9023476 or 807030. OLE color: 807030.

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

Color convert

RGB 118 80 12 -
CMYK 0 0.32 0.90 0.54
HSL 38.49º 0.82% 0.25% -
HSV(B) 38.49º 0.9% 0.46% -
XYZ 10.41 9.62 1.66 -
YUV 83.61 87.59 152.53 -
System Red Green Blue C M Y K H S L
Decimal 118 80 12 0 0.32 0.90 0.54 38.49 0.82 0.25
Hex 76 50 C 0 20 5A 36 26 52 19
Octal 166 120 14 0 40 132 66 46 122 31
Binary 1110110 1010000 1100 0 100000 1011010 110110 100110 1010010 11001

Color Harmonies of #76500C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76500C

Black with #76500C

Text Example


Text Example

White with #76500C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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