Html Css Color HEX #765C12 Raw Umber

📋 copy color: '#765C12'

red 118 ◦ green 92 ◦ blue 18

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

Shades of Raw Umber #765C12

Tints of Raw Umber #765C12

RGB

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

 GREEN value IS 92 (36.33% from 255) = 40.35%

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

R = 51.75%
G = 40.35%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#765C12 (or 0x765C12) is known color: Raw Umber. HEX triplet: 76, 5C and 12. RGB value is (118,92,18). Sum of RGB (Red+Green+Blue) = 118+92+18=228 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.75% from 228); Green value is 92 (36.33% from 255 or 40.35% from 228); Blue value is 18 (7.42% from 255 or 7.89% from 228); Max value from RGB is 118 - color contains mainly: red. Hex color #765C12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765C12 is #89A3ED. Grayscale: #5B5B5B. Windows color (decimal): -9020398 or 1203318. OLE color: 1203318.

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

Color convert

RGB 118 92 18 -
CMYK 0 0.22 0.85 0.54
HSL 44.4º 0.74% 0.27% -
HSV(B) 44.4º 0.85% 0.46% -
XYZ 11.41 11.55 2.2 -
YUV 91.34 86.61 147.02 -
System Red Green Blue C M Y K H S L
Decimal 118 92 18 0 0.22 0.85 0.54 44.4 0.74 0.27
Hex 76 5C 12 0 16 55 36 2C 4A 1B
Octal 166 134 22 0 26 125 66 54 112 33
Binary 1110110 1011100 10010 0 10110 1010101 110110 101100 1001010 11011

Color Harmonies of #765C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765C12

Black with #765C12

Text Example


Text Example

White with #765C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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