Html Css Color HEX #76510C Raw Umber

📋 copy color: '#76510C'

red 118 ◦ green 81 ◦ blue 12

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

Shades of Raw Umber #76510C

Tints of Raw Umber #76510C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 38.39%

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

R = 55.92%
G = 38.39%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#76510C (or 0x76510C) is known color: Raw Umber. HEX triplet: 76, 51 and 0C. RGB value is (118,81,12). Sum of RGB (Red+Green+Blue) = 118+81+12=211 (27% of max value = 765). Red value is 118 (46.48% from 255 or 55.92% from 211); Green value is 81 (32.03% from 255 or 38.39% from 211); Blue value is 12 (5.08% from 255 or 5.69% from 211); Max value from RGB is 118 - color contains mainly: red. Hex color #76510C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76510C is #89AEF3. Grayscale: #545454. Windows color (decimal): -9023220 or 807286. OLE color: 807286.

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

Color convert

RGB 118 81 12 -
CMYK 0 0.31 0.90 0.54
HSL 39.06º 0.82% 0.25% -
HSV(B) 39.06º 0.9% 0.46% -
XYZ 10.48 9.76 1.68 -
YUV 84.2 87.26 152.11 -
System Red Green Blue C M Y K H S L
Decimal 118 81 12 0 0.31 0.90 0.54 39.06 0.82 0.25
Hex 76 51 C 0 1F 5A 36 27 52 19
Octal 166 121 14 0 37 132 66 47 122 31
Binary 1110110 1010001 1100 0 11111 1011010 110110 100111 1010010 11001

Color Harmonies of #76510C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76510C

Black with #76510C

Text Example


Text Example

White with #76510C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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