#75655E

Color #75655E Russett (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Russett #75655E

Tints of Russett #75655E

Color information

#75655E (or 0x75655E) is unknown color: approx Russett. HEX triplet: 75, 65 and 5E. RGB value is (117,101,94). Sum of RGB (Red+Green+Blue) = 117+101+94=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 101 (39.84% from 255 or 32.37% from 312); Blue value is 94 (37.11% from 255 or 30.13% from 312); Max value from RGB is 117 - color contains mainly: red. Hex color #75655E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75655E is #8A9AA1. Grayscale: #696969. Windows color (decimal): -9083554 or 6186357. OLE color: 6186357.

HSL color Cylindrical-coordinate representation of color #75655E: hue angle of 18.26º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #75655E is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB11710194-
CMYK00.140.200.54
HSL18.26º10.9%41.37%-
HSV(B)18.26º19.66%45.88%-
XYZ14.0113.912.53-
YUV104.99121.8136.57-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.5%
GREEN value IS 101 (39.84% from 255) = 32.37%
BLUE value IS 94 (37.11% from 255) = 30.13%
R=37.5%
G=32.37%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171019400.140.200.5418.2610.941.37
Hex75655E0E143612b29
Octal1651451360162466221351
Binary1110101110010110111100111010100110110100101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75655E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75655E; }

 p { color: rgb(117,101,94); }

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

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

 a { background-color: rgb(117,101,94); }

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

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

 span { border-color: rgb(117,101,94); }

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