#97757F

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

Shades of Venus #97757F

Tints of Venus #97757F

Color information

#97757F (or 0x97757F) is unknown color: approx Venus. HEX triplet: 97, 75 and 7F. RGB value is (151,117,127). Sum of RGB (Red+Green+Blue) = 151+117+127=395 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.23% from 395); Green value is 117 (46.09% from 255 or 29.62% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 151 - color contains mainly: red. Hex color #97757F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97757F is #688A80. Grayscale: #808080. Windows color (decimal): -6851201 or 8353175. OLE color: 8353175.

HSL color Cylindrical-coordinate representation of color #97757F: hue angle of 342.35º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #97757F is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB151117127-
CMYK00.230.160.41
HSL342.35º14.05%52.55%-
HSV(B)342.35º22.52%59.22%-
XYZ22.9520.8322.89-
YUV128.31127.26144.19-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.23%
GREEN value IS 117 (46.09% from 255) = 29.62%
BLUE value IS 127 (50% from 255) = 32.15%
R=38.23%
G=29.62%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15111712700.230.160.41342.3514.0552.55
Hex97757F0171029156e35
Octal22716517702720515261665
Binary1001011111101011111111010111100001010011010101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97757F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,117,127); }

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

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

 a { background-color: rgb(151,117,127); }

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

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

 span { border-color: rgb(151,117,127); }

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