Html Css Color HEX #957780 Venus

📋 copy color: '#957780'

red 149 ◦ green 119 ◦ blue 128

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

Shades of Venus #957780

Tints of Venus #957780

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.05%

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

R = 37.63%
G = 30.05%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#957780 (or 0x957780) is known color: Venus. HEX triplet: 95, 77 and 80. RGB value is (149,119,128). Sum of RGB (Red+Green+Blue) = 149+119+128=396 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.63% from 396); Green value is 119 (46.88% from 255 or 30.05% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 149 - color contains mainly: red. Hex color #957780 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957780 is #6A887F. Grayscale: #808080. Windows color (decimal): -6981760 or 8419221. OLE color: 8419221.

HSL color Cylindrical-coordinate representation of color #957780: hue angle of 342º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #957780 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 119 128 -
CMYK 0 0.20 0.14 0.42
HSL 342º 0.12% 0.53% -
HSV(B) 342º 0.2% 0.58% -
XYZ 22.89 21.14 23.3 -
YUV 129 127.44 142.27 -
System Red Green Blue C M Y K H S L
Decimal 149 119 128 0 0.20 0.14 0.42 342 0.12 0.53
Hex 95 77 80 0 14 E 2A 156 C 35
Octal 225 167 200 0 24 16 52 526 14 65
Binary 10010101 1110111 10000000 0 10100 1110 101010 101010110 1100 110101

Color Harmonies of #957780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957780

Black with #957780

Text Example


Text Example

White with #957780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957780; }

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

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

background-color css

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

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

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

border-color css

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

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

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