Html Css Color HEX #957A84 Venus

📋 copy color: '#957A84'

red 149 ◦ green 122 ◦ blue 132

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

Shades of Venus #957A84

Tints of Venus #957A84

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.27%

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

R = 36.97%
G = 30.27%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#957A84 (or 0x957A84) is known color: Venus. HEX triplet: 95, 7A and 84. RGB value is (149,122,132). Sum of RGB (Red+Green+Blue) = 149+122+132=403 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.97% from 403); Green value is 122 (48.05% from 255 or 30.27% from 403); Blue value is 132 (51.95% from 255 or 32.75% from 403); Max value from RGB is 149 - color contains mainly: red. Hex color #957A84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957A84 is #6A857B. Grayscale: #838383. Windows color (decimal): -6980988 or 8682133. OLE color: 8682133.

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

Color convert

RGB 149 122 132 -
CMYK 0 0.18 0.11 0.42
HSL 337.78º 0.11% 0.53% -
HSV(B) 337.78º 0.18% 0.58% -
XYZ 23.52 21.97 24.83 -
YUV 131.21 128.45 140.69 -
System Red Green Blue C M Y K H S L
Decimal 149 122 132 0 0.18 0.11 0.42 337.78 0.11 0.53
Hex 95 7A 84 0 12 B 2A 152 B 35
Octal 225 172 204 0 22 13 52 522 13 65
Binary 10010101 1111010 10000100 0 10010 1011 101010 101010010 1011 110101

Color Harmonies of #957A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957A84

Black with #957A84

Text Example


Text Example

White with #957A84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957A84; }

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

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

background-color css

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

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

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

border-color css

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

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

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