#765C0C

Color #765C0C Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #765C0C

Tints of Raw Umber #765C0C

Color information

#765C0C (or 0x765C0C) is unknown color: approx Raw Umber. HEX triplet: 76, 5C and 0C. RGB value is (118,92,12). Sum of RGB (Red+Green+Blue) = 118+92+12=222 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.15% from 222); Green value is 92 (36.33% from 255 or 41.44% from 222); Blue value is 12 (5.08% from 255 or 5.41% from 222); Max value from RGB is 118 - color contains mainly: red. Hex color #765C0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765C0C is #89A3F3. Grayscale: #5A5A5A. Windows color (decimal): -9020404 or 810102. OLE color: 810102.

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

Color convert

RGB1189212-
CMYK00.220.900.54
HSL45.28º81.54%25.49%-
HSV(B)45.28º89.83%46.27%-
XYZ11.3611.531.97-
YUV90.6583.61147.5-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 53.15%
GREEN value IS 92 (36.33% from 255) = 41.44%
BLUE value IS 12 (5.08% from 255) = 5.41%
R=53.15%
G=41.44%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.90
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118921200.220.900.5445.2881.5425.49
Hex765CC0165A362d5219
Octal16613414026132665512231
Binary1110110101110011000101101011010110110101101101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #765C0C;
 }
 .AnyTagClassName
 {
   color: #765C0C;
 }
</style>
background-color css

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

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

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

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

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

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