Html Css Color HEX #95878D Venus

📋 copy color: '#95878D'

red 149 ◦ green 135 ◦ blue 141

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

Shades of Venus #95878D

Tints of Venus #95878D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.76%

 BLUE value IS 141 (55.47% from 255) = 33.18%

R = 35.06%
G = 31.76%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#95878D (or 0x95878D) is known color: Venus. HEX triplet: 95, 87 and 8D. RGB value is (149,135,141). Sum of RGB (Red+Green+Blue) = 149+135+141=425 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.06% from 425); Green value is 135 (53.12% from 255 or 31.76% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 149 - color contains mainly: red. Hex color #95878D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95878D is #6A7872. Grayscale: #8B8B8B. Windows color (decimal): -6977651 or 9275285. OLE color: 9275285.

HSL color Cylindrical-coordinate representation of color #95878D: hue angle of 334.29º 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 #95878D is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 135 141 -
CMYK 0 0.09 0.05 0.42
HSL 334.29º 0.06% 0.56% -
HSV(B) 334.29º 0.09% 0.58% -
XYZ 25.87 25.64 28.79 -
YUV 139.87 128.64 134.51 -
System Red Green Blue C M Y K H S L
Decimal 149 135 141 0 0.09 0.05 0.42 334.29 0.06 0.56
Hex 95 87 8D 0 9 5 2A 14E 6 38
Octal 225 207 215 0 11 5 52 516 6 70
Binary 10010101 10000111 10001101 0 1001 101 101010 101001110 110 111000

Color Harmonies of #95878D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95878D

Black with #95878D

Text Example


Text Example

White with #95878D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95878D; }

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

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

background-color css

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

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

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

border-color css

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

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

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