Html Css Color HEX #958387 Venus

📋 copy color: '#958387'

red 149 ◦ green 131 ◦ blue 135

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

Shades of Venus #958387

Tints of Venus #958387

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.57%

 BLUE value IS 135 (53.13% from 255) = 32.53%

R = 35.9%
G = 31.57%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#958387 (or 0x958387) is known color: Venus. HEX triplet: 95, 83 and 87. RGB value is (149,131,135). Sum of RGB (Red+Green+Blue) = 149+131+135=415 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.90% from 415); Green value is 131 (51.56% from 255 or 31.57% from 415); Blue value is 135 (53.12% from 255 or 32.53% from 415); Max value from RGB is 149 - color contains mainly: red. Hex color #958387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958387 is #6A7C78. Grayscale: #888888. Windows color (decimal): -6978681 or 8881045. OLE color: 8881045.

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

Color convert

RGB 149 131 135 -
CMYK 0 0.12 0.09 0.42
HSL 346.67º 0.08% 0.55% -
HSV(B) 346.67º 0.12% 0.58% -
XYZ 24.88 24.37 26.31 -
YUV 136.84 126.96 136.67 -
System Red Green Blue C M Y K H S L
Decimal 149 131 135 0 0.12 0.09 0.42 346.67 0.08 0.55
Hex 95 83 87 0 C 9 2A 15B 8 37
Octal 225 203 207 0 14 11 52 533 10 67
Binary 10010101 10000011 10000111 0 1100 1001 101010 101011011 1000 110111

Color Harmonies of #958387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958387

Black with #958387

Text Example


Text Example

White with #958387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958387; }

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

 H1.HeaderClassName
 {
   color: #958387;
 }
 .AnyTagClassName
 {
   color: #958387;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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