Html Css Color HEX #958788 Venus

📋 copy color: '#958788'

red 149 ◦ green 135 ◦ blue 136

#958788
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venus #958788

Tints of Venus #958788

RGB

 RED value IS 149 (58.59% from 255) = 35.48%

 GREEN value IS 135 (53.13% 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 value IS 0

 M value IS 0.09

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#958788 (or 0x958788) is known color: 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

RGB 149 135 136 -
CMYK 0 0.09 0.09 0.42
HSL 355.71º 0.06% 0.56% -
HSV(B) 355.71º 0.09% 0.58% -
XYZ 25.5 25.5 26.87 -
YUV 139.3 126.14 134.92 -
System Red Green Blue C M Y K H S L
Decimal 149 135 136 0 0.09 0.09 0.42 355.71 0.06 0.56
Hex 95 87 88 0 9 9 2A 164 6 38
Octal 225 207 210 0 11 11 52 544 6 70
Binary 10010101 10000111 10001000 0 1001 1001 101010 101100100 110 111000

Color Harmonies of #958788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958788

Black with #958788

Text Example


Text Example

White with #958788

Text Example


Text Example

HTML Codes & Css Web 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>