#75675F

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

Shades of Russett #75675F

Tints of Russett #75675F

Color information

#75675F (or 0x75675F) is unknown color: approx Russett. HEX triplet: 75, 67 and 5F. RGB value is (117,103,95). Sum of RGB (Red+Green+Blue) = 117+103+95=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 103 (40.62% from 255 or 32.70% from 315); Blue value is 95 (37.5% from 255 or 30.16% from 315); Max value from RGB is 117 - color contains mainly: red. Hex color #75675F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75675F is #8A98A0. Grayscale: #6A6A6A. Windows color (decimal): -9083041 or 6252405. OLE color: 6252405.

HSL color Cylindrical-coordinate representation of color #75675F: hue angle of 21.82º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #75675F is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB11710395-
CMYK00.120.190.54
HSL21.82º10.38%41.57%-
HSV(B)21.82º18.8%45.88%-
XYZ14.2514.3112.84-
YUV106.27121.64135.65-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.14%
GREEN value IS 103 (40.62% from 255) = 32.70%
BLUE value IS 95 (37.5% from 255) = 30.16%
R=37.14%
G=32.70%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171039500.120.190.5421.8210.3841.57
Hex75675F0C133616a2a
Octal1651471370142366261252
Binary1110101110011110111110110010011110110101101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75675F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75675F; }

 p { color: rgb(117,103,95); }

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

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

 a { background-color: rgb(117,103,95); }

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

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

 span { border-color: rgb(117,103,95); }

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