Html Css Color HEX #957D80 Venus

📋 copy color: '#957D80'

red 149 ◦ green 125 ◦ blue 128

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

Shades of Venus #957D80

Tints of Venus #957D80

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.09%

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

R = 37.06%
G = 31.09%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#957D80 (or 0x957D80) is known color: Venus. HEX triplet: 95, 7D and 80. RGB value is (149,125,128). Sum of RGB (Red+Green+Blue) = 149+125+128=402 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.06% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 128 (50.39% from 255 or 31.84% from 402); Max value from RGB is 149 - color contains mainly: red. Hex color #957D80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957D80 is #6A827F. Grayscale: #848484. Windows color (decimal): -6980224 or 8420757. OLE color: 8420757.

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

Color convert

RGB 149 125 128 -
CMYK 0 0.16 0.14 0.42
HSL 352.5º 0.1% 0.54% -
HSV(B) 352.5º 0.16% 0.58% -
XYZ 23.62 22.62 23.54 -
YUV 132.52 125.45 139.76 -
System Red Green Blue C M Y K H S L
Decimal 149 125 128 0 0.16 0.14 0.42 352.5 0.1 0.54
Hex 95 7D 80 0 10 E 2A 160 A 36
Octal 225 175 200 0 20 16 52 540 12 66
Binary 10010101 1111101 10000000 0 10000 1110 101010 101100000 1010 110110

Color Harmonies of #957D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957D80

Black with #957D80

Text Example


Text Example

White with #957D80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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