#97888A

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

Shades of Venus #97888A

Tints of Venus #97888A

Color information

#97888A (or 0x97888A) is unknown color: approx Venus. HEX triplet: 97, 88 and 8A. RGB value is (151,136,138). Sum of RGB (Red+Green+Blue) = 151+136+138=425 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.53% from 425); Green value is 136 (53.52% from 255 or 32% from 425); Blue value is 138 (54.30% from 255 or 32.47% from 425); Max value from RGB is 151 - color contains mainly: red. Hex color #97888A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97888A is #687775. Grayscale: #8C8C8C. Windows color (decimal): -6846326 or 9078935. OLE color: 9078935.

HSL color Cylindrical-coordinate representation of color #97888A: hue angle of 352º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #97888A is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB151136138-
CMYK00.100.090.41
HSL352º6.73%56.27%-
HSV(B)352º9.93%59.22%-
XYZ26.1526.0227.69-
YUV140.71126.47135.34-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.53%
GREEN value IS 136 (53.52% from 255) = 32%
BLUE value IS 138 (54.30% from 255) = 32.47%
R=35.53%
G=32%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15113613800.100.090.413526.7356.27
Hex97888A0A929160738
Octal2272102120121151540770
Binary100101111000100010001010010101001101001101100000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97888A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97888A; }

 p { color: rgb(151,136,138); }

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

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

 a { background-color: rgb(151,136,138); }

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

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

 span { border-color: rgb(151,136,138); }

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