Html Css Color HEX #957682 Venus

📋 copy color: '#957682'

red 149 ◦ green 118 ◦ blue 130

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

Shades of Venus #957682

Tints of Venus #957682

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.72%

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

R = 37.53%
G = 29.72%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#957682 (or 0x957682) is known color: Venus. HEX triplet: 95, 76 and 82. RGB value is (149,118,130). Sum of RGB (Red+Green+Blue) = 149+118+130=397 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.53% from 397); Green value is 118 (46.48% from 255 or 29.72% from 397); Blue value is 130 (51.17% from 255 or 32.75% from 397); Max value from RGB is 149 - color contains mainly: red. Hex color #957682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957682 is #6A897D. Grayscale: #808080. Windows color (decimal): -6982014 or 8550037. OLE color: 8550037.

HSL color Cylindrical-coordinate representation of color #957682: hue angle of 336.77º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #957682 is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 118 130 -
CMYK 0 0.21 0.13 0.42
HSL 336.77º 0.13% 0.52% -
HSV(B) 336.77º 0.21% 0.58% -
XYZ 22.9 20.96 23.96 -
YUV 128.64 128.77 142.52 -
System Red Green Blue C M Y K H S L
Decimal 149 118 130 0 0.21 0.13 0.42 336.77 0.13 0.52
Hex 95 76 82 0 15 D 2A 151 D 34
Octal 225 166 202 0 25 15 52 521 15 64
Binary 10010101 1110110 10000010 0 10101 1101 101010 101010001 1101 110100

Color Harmonies of #957682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957682

Black with #957682

Text Example


Text Example

White with #957682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957682; }

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

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

background-color css

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

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

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

border-color css

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

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

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