Html Css Color HEX #957A81 Venus

📋 copy color: '#957A81'

red 149 ◦ green 122 ◦ blue 129

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

Shades of Venus #957A81

Tints of Venus #957A81

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.5%

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

R = 37.25%
G = 30.5%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#957A81 (or 0x957A81) is known color: Venus. HEX triplet: 95, 7A and 81. RGB value is (149,122,129). Sum of RGB (Red+Green+Blue) = 149+122+129=400 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.25% from 400); Green value is 122 (48.05% from 255 or 30.5% from 400); Blue value is 129 (50.78% from 255 or 32.25% from 400); Max value from RGB is 149 - color contains mainly: red. Hex color #957A81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957A81 is #6A857E. Grayscale: #828282. Windows color (decimal): -6980991 or 8485525. OLE color: 8485525.

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

Color convert

RGB 149 122 129 -
CMYK 0 0.18 0.13 0.42
HSL 344.44º 0.11% 0.53% -
HSV(B) 344.44º 0.18% 0.58% -
XYZ 23.32 21.89 23.77 -
YUV 130.87 126.95 140.93 -
System Red Green Blue C M Y K H S L
Decimal 149 122 129 0 0.18 0.13 0.42 344.44 0.11 0.53
Hex 95 7A 81 0 12 D 2A 158 B 35
Octal 225 172 201 0 22 15 52 530 13 65
Binary 10010101 1111010 10000001 0 10010 1101 101010 101011000 1011 110101

Color Harmonies of #957A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957A81

Black with #957A81

Text Example


Text Example

White with #957A81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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