Html Css Color HEX #957A85 Venus

📋 copy color: '#957A85'

red 149 ◦ green 122 ◦ blue 133

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

Shades of Venus #957A85

Tints of Venus #957A85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 32.92%

R = 36.88%
G = 30.2%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#957A85 (or 0x957A85) is known color: Venus. HEX triplet: 95, 7A and 85. RGB value is (149,122,133). Sum of RGB (Red+Green+Blue) = 149+122+133=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 122 (48.05% from 255 or 30.20% from 404); Blue value is 133 (52.34% from 255 or 32.92% from 404); Max value from RGB is 149 - color contains mainly: red. Hex color #957A85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957A85 is #6A857A. Grayscale: #838383. Windows color (decimal): -6980987 or 8747669. OLE color: 8747669.

HSL color Cylindrical-coordinate representation of color #957A85: hue angle of 335.56º 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 #957A85 is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 122 133 -
CMYK 0 0.18 0.11 0.42
HSL 335.56º 0.11% 0.53% -
HSV(B) 335.56º 0.18% 0.58% -
XYZ 23.59 22 25.19 -
YUV 131.33 128.95 140.61 -
System Red Green Blue C M Y K H S L
Decimal 149 122 133 0 0.18 0.11 0.42 335.56 0.11 0.53
Hex 95 7A 85 0 12 B 2A 150 B 35
Octal 225 172 205 0 22 13 52 520 13 65
Binary 10010101 1111010 10000101 0 10010 1011 101010 101010000 1011 110101

Color Harmonies of #957A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957A85

Black with #957A85

Text Example


Text Example

White with #957A85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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