#755C07

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

Shades of Raw Umber #755C07

Tints of Raw Umber #755C07

Color information

#755C07 (or 0x755C07) is unknown color: approx Raw Umber. HEX triplet: 75, 5C and 07. RGB value is (117,92,7). Sum of RGB (Red+Green+Blue) = 117+92+7=216 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.17% from 216); Green value is 92 (36.33% from 255 or 42.59% from 216); Blue value is 7 (3.12% from 255 or 3.24% from 216); Max value from RGB is 117 - color contains mainly: red. Hex color #755C07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755C07 is #8AA3F8. Grayscale: #5A5A5A. Windows color (decimal): -9085945 or 482421. OLE color: 482421.

HSL color Cylindrical-coordinate representation of color #755C07: hue angle of 46.36º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #755C07 is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.54.

Color convert

RGB117927-
CMYK00.210.940.54
HSL46.36º88.71%24.31%-
HSV(B)46.36º94.02%45.88%-
XYZ11.211.451.82-
YUV89.7881.28147.41-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 54.17%
GREEN value IS 92 (36.33% from 255) = 42.59%
BLUE value IS 7 (3.12% from 255) = 3.24%
R=54.17%
G=42.59%
B=3.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.94
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11792700.210.940.5446.3688.7124.31
Hex755C70155E362e5918
Octal1651347025136665613130
Binary111010110111001110101011011110110110101110101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755C07; }

 p { color: rgb(117,92,7); }

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

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

 a { background-color: rgb(117,92,7); }

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

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

 span { border-color: rgb(117,92,7); }

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