Html Css Color HEX #957C80 Venus

📋 copy color: '#957C80'

red 149 ◦ green 124 ◦ blue 128

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

Shades of Venus #957C80

Tints of Venus #957C80

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.92%

 BLUE value IS 128 (50.39% from 255) = 31.92%

R = 37.16%
G = 30.92%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#957C80 (or 0x957C80) is known color: Venus. HEX triplet: 95, 7C and 80. RGB value is (149,124,128). Sum of RGB (Red+Green+Blue) = 149+124+128=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 124 (48.83% from 255 or 30.92% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 149 - color contains mainly: red. Hex color #957C80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957C80 is #6A837F. Grayscale: #838383. Windows color (decimal): -6980480 or 8420501. OLE color: 8420501.

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

Color convert

RGB 149 124 128 -
CMYK 0 0.17 0.14 0.42
HSL 350.4º 0.11% 0.54% -
HSV(B) 350.4º 0.17% 0.58% -
XYZ 23.5 22.36 23.5 -
YUV 131.93 125.78 140.17 -
System Red Green Blue C M Y K H S L
Decimal 149 124 128 0 0.17 0.14 0.42 350.4 0.11 0.54
Hex 95 7C 80 0 11 E 2A 15E B 36
Octal 225 174 200 0 21 16 52 536 13 66
Binary 10010101 1111100 10000000 0 10001 1110 101010 101011110 1011 110110

Color Harmonies of #957C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957C80

Black with #957C80

Text Example


Text Example

White with #957C80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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