#958788

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

Shades of Venus #958788

Tints of Venus #958788

Color information

#958788 (or 0x958788) is unknown color: approx Venus. HEX triplet: 95, 87 and 88. RGB value is (149,135,136). Sum of RGB (Red+Green+Blue) = 149+135+136=420 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.48% from 420); Green value is 135 (53.12% from 255 or 32.14% from 420); Blue value is 136 (53.52% from 255 or 32.38% from 420); Max value from RGB is 149 - color contains mainly: red. Hex color #958788 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958788 is #6A7877. Grayscale: #8B8B8B. Windows color (decimal): -6977656 or 8947605. OLE color: 8947605.

HSL color Cylindrical-coordinate representation of color #958788: hue angle of 355.71º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #958788 is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB149135136-
CMYK00.090.090.42
HSL355.71º6.19%55.69%-
HSV(B)355.71º9.4%58.43%-
XYZ25.525.526.87-
YUV139.3126.14134.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.48%
GREEN value IS 135 (53.12% from 255) = 32.14%
BLUE value IS 136 (53.52% from 255) = 32.38%
R=35.48%
G=32.14%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913513600.090.090.42355.716.1955.69
Hex9587880992A164638
Octal2252072100111152544670
Binary100101011000011110001000010011001101010101100100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958788; }

 p { color: rgb(149,135,136); }

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

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

 a { background-color: rgb(149,135,136); }

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

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

 span { border-color: rgb(149,135,136); }

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