Html Css Color HEX #765012 Raw Umber

📋 copy color: '#765012'

red 118 ◦ green 80 ◦ blue 18

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

Shades of Raw Umber #765012

Tints of Raw Umber #765012

RGB

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

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

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

R = 54.63%
G = 37.04%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#765012 (or 0x765012) is known color: Raw Umber. HEX triplet: 76, 50 and 12. RGB value is (118,80,18). Sum of RGB (Red+Green+Blue) = 118+80+18=216 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.63% from 216); Green value is 80 (31.64% from 255 or 37.04% from 216); Blue value is 18 (7.42% from 255 or 8.33% from 216); Max value from RGB is 118 - color contains mainly: red. Hex color #765012 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765012 is #89AFED. Grayscale: #545454. Windows color (decimal): -9023470 or 1200246. OLE color: 1200246.

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

Color convert

RGB 118 80 18 -
CMYK 0 0.32 0.85 0.54
HSL 37.2º 0.74% 0.27% -
HSV(B) 37.2º 0.85% 0.46% -
XYZ 10.45 9.63 1.88 -
YUV 84.29 90.59 152.04 -
System Red Green Blue C M Y K H S L
Decimal 118 80 18 0 0.32 0.85 0.54 37.2 0.74 0.27
Hex 76 50 12 0 20 55 36 25 4A 1B
Octal 166 120 22 0 40 125 66 45 112 33
Binary 1110110 1010000 10010 0 100000 1010101 110110 100101 1001010 11011

Color Harmonies of #765012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765012

Black with #765012

Text Example


Text Example

White with #765012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765012; }

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

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

background-color css

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

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

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

border-color css

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

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

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