Html Css Color HEX #765812 Raw Umber

📋 copy color: '#765812'

red 118 ◦ green 88 ◦ blue 18

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

Shades of Raw Umber #765812

Tints of Raw Umber #765812

RGB

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

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

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

R = 52.68%
G = 39.29%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#765812 (or 0x765812) is known color: Raw Umber. HEX triplet: 76, 58 and 12. RGB value is (118,88,18). Sum of RGB (Red+Green+Blue) = 118+88+18=224 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.68% from 224); Green value is 88 (34.77% from 255 or 39.29% from 224); Blue value is 18 (7.42% from 255 or 8.04% from 224); Max value from RGB is 118 - color contains mainly: red. Hex color #765812 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765812 is #89A7ED. Grayscale: #595959. Windows color (decimal): -9021422 or 1202294. OLE color: 1202294.

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

Color convert

RGB 118 88 18 -
CMYK 0 0.25 0.85 0.54
HSL 42º 0.74% 0.27% -
HSV(B) 42º 0.85% 0.46% -
XYZ 11.07 10.87 2.09 -
YUV 88.99 87.94 148.69 -
System Red Green Blue C M Y K H S L
Decimal 118 88 18 0 0.25 0.85 0.54 42 0.74 0.27
Hex 76 58 12 0 19 55 36 2A 4A 1B
Octal 166 130 22 0 31 125 66 52 112 33
Binary 1110110 1011000 10010 0 11001 1010101 110110 101010 1001010 11011

Color Harmonies of #765812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765812

Black with #765812

Text Example


Text Example

White with #765812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765812; }

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

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

background-color css

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

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

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

border-color css

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

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

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