Html Css Color HEX #957781 Venus

📋 copy color: '#957781'

red 149 ◦ green 119 ◦ blue 129

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

Shades of Venus #957781

Tints of Venus #957781

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 32.49%

R = 37.53%
G = 29.97%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#957781 (or 0x957781) is known color: Venus. HEX triplet: 95, 77 and 81. RGB value is (149,119,129). Sum of RGB (Red+Green+Blue) = 149+119+129=397 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.53% from 397); Green value is 119 (46.88% from 255 or 29.97% from 397); Blue value is 129 (50.78% from 255 or 32.49% from 397); Max value from RGB is 149 - color contains mainly: red. Hex color #957781 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957781 is #6A887E. Grayscale: #818181. Windows color (decimal): -6981759 or 8484757. OLE color: 8484757.

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

Color convert

RGB 149 119 129 -
CMYK 0 0.20 0.13 0.42
HSL 340º 0.12% 0.53% -
HSV(B) 340º 0.2% 0.58% -
XYZ 22.95 21.17 23.64 -
YUV 129.11 127.94 142.19 -
System Red Green Blue C M Y K H S L
Decimal 149 119 129 0 0.20 0.13 0.42 340 0.12 0.53
Hex 95 77 81 0 14 D 2A 154 C 35
Octal 225 167 201 0 24 15 52 524 14 65
Binary 10010101 1110111 10000001 0 10100 1101 101010 101010100 1100 110101

Color Harmonies of #957781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957781

Black with #957781

Text Example


Text Example

White with #957781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957781; }

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

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

background-color css

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

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

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

border-color css

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

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

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