#755A07

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

Shades of Raw Umber #755A07

Tints of Raw Umber #755A07

Color information

#755A07 (or 0x755A07) is unknown color: approx Raw Umber. HEX triplet: 75, 5A and 07. RGB value is (117,90,7). Sum of RGB (Red+Green+Blue) = 117+90+7=214 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.67% from 214); Green value is 90 (35.55% from 255 or 42.06% from 214); Blue value is 7 (3.12% from 255 or 3.27% from 214); Max value from RGB is 117 - color contains mainly: red. Hex color #755A07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755A07 is #8AA5F8. Grayscale: #585858. Windows color (decimal): -9086457 or 481909. OLE color: 481909.

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

Color convert

RGB117907-
CMYK00.230.940.54
HSL45.27º88.71%24.31%-
HSV(B)45.27º94.02%45.88%-
XYZ11.0311.111.76-
YUV88.6181.95148.25-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 54.67%
GREEN value IS 90 (35.55% from 255) = 42.06%
BLUE value IS 7 (3.12% from 255) = 3.27%
R=54.67%
G=42.06%
B=3.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.94
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11790700.230.940.5445.2788.7124.31
Hex755A70175E362d5918
Octal1651327027136665513130
Binary111010110110101110101111011110110110101101101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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