#755704

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

Shades of Raw Umber #755704

Tints of Raw Umber #755704

Color information

#755704 (or 0x755704) is unknown color: approx Raw Umber. HEX triplet: 75, 57 and 04. RGB value is (117,87,4). Sum of RGB (Red+Green+Blue) = 117+87+4=208 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.25% from 208); Green value is 87 (34.38% from 255 or 41.83% from 208); Blue value is 4 (1.95% from 255 or 1.92% from 208); Max value from RGB is 117 - color contains mainly: red. Hex color #755704 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755704 is #8AA8FB. Grayscale: #565656. Windows color (decimal): -9087228 or 284533. OLE color: 284533.

HSL color Cylindrical-coordinate representation of color #755704: hue angle of 44.07º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #755704 is Cyan = 0, Magento = 0.26, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB117874-
CMYK00.260.970.54
HSL44.07º93.39%23.73%-
HSV(B)44.07º96.58%45.88%-
XYZ10.7710.611.59-
YUV86.5181.44149.75-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 56.25%
GREEN value IS 87 (34.38% from 255) = 41.83%
BLUE value IS 4 (1.95% from 255) = 1.92%
R=56.25%
G=41.83%
B=1.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11787400.260.970.5444.0793.3923.73
Hex7557401A61362c5d18
Octal1651274032141665413530
Binary111010110101111000110101100001110110101100101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755704; }

 p { color: rgb(117,87,4); }

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

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

 a { background-color: rgb(117,87,4); }

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

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

 span { border-color: rgb(117,87,4); }

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