Html Css Color HEX #765112 Raw Umber

📋 copy color: '#765112'

red 118 ◦ green 81 ◦ blue 18

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

Shades of Raw Umber #765112

Tints of Raw Umber #765112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.29%

R = 54.38%
G = 37.33%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#765112 (or 0x765112) is known color: Raw Umber. HEX triplet: 76, 51 and 12. RGB value is (118,81,18). Sum of RGB (Red+Green+Blue) = 118+81+18=217 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.38% from 217); Green value is 81 (32.03% from 255 or 37.33% from 217); Blue value is 18 (7.42% from 255 or 8.29% from 217); Max value from RGB is 118 - color contains mainly: red. Hex color #765112 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765112 is #89AEED. Grayscale: #555555. Windows color (decimal): -9023214 or 1200502. OLE color: 1200502.

HSL color Cylindrical-coordinate representation of color #765112: hue angle of 37.8º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #765112 is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 81 18 -
CMYK 0 0.31 0.85 0.54
HSL 37.8º 0.74% 0.27% -
HSV(B) 37.8º 0.85% 0.46% -
XYZ 10.52 9.78 1.91 -
YUV 84.88 90.26 151.62 -
System Red Green Blue C M Y K H S L
Decimal 118 81 18 0 0.31 0.85 0.54 37.8 0.74 0.27
Hex 76 51 12 0 1F 55 36 26 4A 1B
Octal 166 121 22 0 37 125 66 46 112 33
Binary 1110110 1010001 10010 0 11111 1010101 110110 100110 1001010 11011

Color Harmonies of #765112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765112

Black with #765112

Text Example


Text Example

White with #765112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765112; }

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

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

background-color css

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

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

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

border-color css

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

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

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