Html Css Color HEX #957A82 Venus

📋 copy color: '#957A82'

red 149 ◦ green 122 ◦ blue 130

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

Shades of Venus #957A82

Tints of Venus #957A82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 32.42%

R = 37.16%
G = 30.42%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#957A82 (or 0x957A82) is known color: Venus. HEX triplet: 95, 7A and 82. RGB value is (149,122,130). Sum of RGB (Red+Green+Blue) = 149+122+130=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 122 (48.05% from 255 or 30.42% from 401); Blue value is 130 (51.17% from 255 or 32.42% from 401); Max value from RGB is 149 - color contains mainly: red. Hex color #957A82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957A82 is #6A857D. Grayscale: #828282. Windows color (decimal): -6980990 or 8551061. OLE color: 8551061.

HSL color Cylindrical-coordinate representation of color #957A82: hue angle of 342.22º 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 #957A82 is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 122 130 -
CMYK 0 0.18 0.13 0.42
HSL 342.22º 0.11% 0.53% -
HSV(B) 342.22º 0.18% 0.58% -
XYZ 23.38 21.92 24.12 -
YUV 130.99 127.45 140.85 -
System Red Green Blue C M Y K H S L
Decimal 149 122 130 0 0.18 0.13 0.42 342.22 0.11 0.53
Hex 95 7A 82 0 12 D 2A 156 B 35
Octal 225 172 202 0 22 15 52 526 13 65
Binary 10010101 1111010 10000010 0 10010 1101 101010 101010110 1011 110101

Color Harmonies of #957A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957A82

Black with #957A82

Text Example


Text Example

White with #957A82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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