Html Css Color HEX #958084 Venus

📋 copy color: '#958084'

red 149 ◦ green 128 ◦ blue 132

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

Shades of Venus #958084

Tints of Venus #958084

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.3%

 BLUE value IS 132 (51.95% from 255) = 32.27%

R = 36.43%
G = 31.3%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#958084 (or 0x958084) is known color: Venus. HEX triplet: 95, 80 and 84. RGB value is (149,128,132). Sum of RGB (Red+Green+Blue) = 149+128+132=409 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.43% from 409); Green value is 128 (50.39% from 255 or 31.30% from 409); Blue value is 132 (51.95% from 255 or 32.27% from 409); Max value from RGB is 149 - color contains mainly: red. Hex color #958084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958084 is #6A7F7B. Grayscale: #868686. Windows color (decimal): -6979452 or 8683669. OLE color: 8683669.

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

Color convert

RGB 149 128 132 -
CMYK 0 0.14 0.11 0.42
HSL 348.57º 0.09% 0.54% -
HSV(B) 348.57º 0.14% 0.58% -
XYZ 24.28 23.49 25.08 -
YUV 134.74 126.46 138.17 -
System Red Green Blue C M Y K H S L
Decimal 149 128 132 0 0.14 0.11 0.42 348.57 0.09 0.54
Hex 95 80 84 0 E B 2A 15D 9 36
Octal 225 200 204 0 16 13 52 535 11 66
Binary 10010101 10000000 10000100 0 1110 1011 101010 101011101 1001 110110

Color Harmonies of #958084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958084

Black with #958084

Text Example


Text Example

White with #958084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958084; }

 p { color: rgb(149,128,132); }

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

background-color css

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

 a { background-color: rgb(149,128,132); }

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

border-color css

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

 span { border-color: rgb(149,128,132); }

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