#755107

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

Shades of Raw Umber #755107

Tints of Raw Umber #755107

Color information

#755107 (or 0x755107) is unknown color: approx Raw Umber. HEX triplet: 75, 51 and 07. RGB value is (117,81,7). Sum of RGB (Red+Green+Blue) = 117+81+7=205 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.07% from 205); Green value is 81 (32.03% from 255 or 39.51% from 205); Blue value is 7 (3.12% from 255 or 3.41% from 205); Max value from RGB is 117 - color contains mainly: red. Hex color #755107 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755107 is #8AAEF8. Grayscale: #535353. Windows color (decimal): -9088761 or 479605. OLE color: 479605.

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

Color convert

RGB117817-
CMYK00.310.940.54
HSL40.36º88.71%24.31%-
HSV(B)40.36º94.02%45.88%-
XYZ10.329.681.53-
YUV83.3384.93152.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 57.07%
GREEN value IS 81 (32.03% from 255) = 39.51%
BLUE value IS 7 (3.12% from 255) = 3.41%
R=57.07%
G=39.51%
B=3.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.94
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11781700.310.940.5440.3688.7124.31
Hex7551701F5E36285918
Octal1651217037136665013130
Binary111010110100011110111111011110110110101000101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755107; }

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

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

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

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

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

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

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

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