#755807

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

Shades of Raw Umber #755807

Tints of Raw Umber #755807

Color information

#755807 (or 0x755807) is unknown color: approx Raw Umber. HEX triplet: 75, 58 and 07. RGB value is (117,88,7). Sum of RGB (Red+Green+Blue) = 117+88+7=212 (28% of max value = 765). Red value is 117 (46.09% from 255 or 55.19% from 212); Green value is 88 (34.77% from 255 or 41.51% from 212); Blue value is 7 (3.12% from 255 or 3.30% from 212); Max value from RGB is 117 - color contains mainly: red. Hex color #755807 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755807 is #8AA7F8. Grayscale: #575757. Windows color (decimal): -9086969 or 481397. OLE color: 481397.

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

Color convert

RGB117887-
CMYK00.250.940.54
HSL44.18º88.71%24.31%-
HSV(B)44.18º94.02%45.88%-
XYZ10.8610.781.71-
YUV87.4482.61149.09-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.19%
GREEN value IS 88 (34.77% from 255) = 41.51%
BLUE value IS 7 (3.12% from 255) = 3.30%
R=55.19%
G=41.51%
B=3.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.94
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11788700.250.940.5444.1888.7124.31
Hex755870195E362c5918
Octal1651307031136665413130
Binary111010110110001110110011011110110110101100101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755807; }

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

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

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

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

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

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

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

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