Html Css Color HEX #957785 Venus

📋 copy color: '#957785'

red 149 ◦ green 119 ◦ blue 133

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

Shades of Venus #957785

Tints of Venus #957785

RGB

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

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

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

R = 37.16%
G = 29.68%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#957785 (or 0x957785) is known color: Venus. HEX triplet: 95, 77 and 85. RGB value is (149,119,133). Sum of RGB (Red+Green+Blue) = 149+119+133=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 119 (46.88% from 255 or 29.68% from 401); Blue value is 133 (52.34% from 255 or 33.17% from 401); Max value from RGB is 149 - color contains mainly: red. Hex color #957785 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957785 is #6A887A. Grayscale: #818181. Windows color (decimal): -6981755 or 8746901. OLE color: 8746901.

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

Color convert

RGB 149 119 133 -
CMYK 0 0.20 0.11 0.42
HSL 332º 0.12% 0.53% -
HSV(B) 332º 0.2% 0.58% -
XYZ 23.22 21.28 25.07 -
YUV 129.57 129.94 141.86 -
System Red Green Blue C M Y K H S L
Decimal 149 119 133 0 0.20 0.11 0.42 332 0.12 0.53
Hex 95 77 85 0 14 B 2A 14C C 35
Octal 225 167 205 0 24 13 52 514 14 65
Binary 10010101 1110111 10000101 0 10100 1011 101010 101001100 1100 110101

Color Harmonies of #957785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957785

Black with #957785

Text Example


Text Example

White with #957785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957785; }

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

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

background-color css

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

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

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

border-color css

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

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

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