#763F0F

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

Shades of Raw Umber #763F0F

Tints of Raw Umber #763F0F

Color information

#763F0F (or 0x763F0F) is unknown color: approx Raw Umber. HEX triplet: 76, 3F and 0F. RGB value is (118,63,15). Sum of RGB (Red+Green+Blue) = 118+63+15=196 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.20% from 196); Green value is 63 (25% from 255 or 32.14% from 196); Blue value is 15 (6.25% from 255 or 7.65% from 196); Max value from RGB is 118 - color contains mainly: red. Hex color #763F0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763F0F is #89C0F0. Grayscale: #4A4A4A. Windows color (decimal): -9027825 or 999286. OLE color: 999286.

HSL color Cylindrical-coordinate representation of color #763F0F: hue angle of 27.96º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #763F0F is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.54.

Color convert

RGB1186315-
CMYK00.470.870.54
HSL27.96º77.44%26.08%-
HSV(B)27.96º87.29%46.27%-
XYZ9.337.441.4-
YUV73.9794.72159.4-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 60.20%
GREEN value IS 63 (25% from 255) = 32.14%
BLUE value IS 15 (6.25% from 255) = 7.65%
R=60.20%
G=32.14%
B=7.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.87
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118631500.470.870.5427.9677.4426.08
Hex763FF02F57361c4d1a
Octal1667717057127663411532
Binary111011011111111110101111101011111011011100100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763F0F; }

 p { color: rgb(118,63,15); }

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

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

 a { background-color: rgb(118,63,15); }

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

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

 span { border-color: rgb(118,63,15); }

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