Html Css Color HEX #957B81 Venus

📋 copy color: '#957B81'

red 149 ◦ green 123 ◦ blue 129

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

Shades of Venus #957B81

Tints of Venus #957B81

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.67%

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

R = 37.16%
G = 30.67%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#957B81 (or 0x957B81) is known color: Venus. HEX triplet: 95, 7B and 81. RGB value is (149,123,129). Sum of RGB (Red+Green+Blue) = 149+123+129=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 123 (48.44% from 255 or 30.67% from 401); Blue value is 129 (50.78% from 255 or 32.17% from 401); Max value from RGB is 149 - color contains mainly: red. Hex color #957B81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957B81 is #6A847E. Grayscale: #838383. Windows color (decimal): -6980735 or 8485781. OLE color: 8485781.

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

Color convert

RGB 149 123 129 -
CMYK 0 0.17 0.13 0.42
HSL 346.15º 0.11% 0.53% -
HSV(B) 346.15º 0.17% 0.58% -
XYZ 23.44 22.14 23.81 -
YUV 131.46 126.61 140.51 -
System Red Green Blue C M Y K H S L
Decimal 149 123 129 0 0.17 0.13 0.42 346.15 0.11 0.53
Hex 95 7B 81 0 11 D 2A 15A B 35
Octal 225 173 201 0 21 15 52 532 13 65
Binary 10010101 1111011 10000001 0 10001 1101 101010 101011010 1011 110101

Color Harmonies of #957B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957B81

Black with #957B81

Text Example


Text Example

White with #957B81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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