Html Css Color HEX #957783 Venus

📋 copy color: '#957783'

red 149 ◦ green 119 ◦ blue 131

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

Shades of Venus #957783

Tints of Venus #957783

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 32.83%

R = 37.34%
G = 29.82%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#957783 (or 0x957783) is known color: Venus. HEX triplet: 95, 77 and 83. RGB value is (149,119,131). Sum of RGB (Red+Green+Blue) = 149+119+131=399 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.34% from 399); Green value is 119 (46.88% from 255 or 29.82% from 399); Blue value is 131 (51.56% from 255 or 32.83% from 399); Max value from RGB is 149 - color contains mainly: red. Hex color #957783 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957783 is #6A887C. Grayscale: #818181. Windows color (decimal): -6981757 or 8615829. OLE color: 8615829.

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

Color convert

RGB 149 119 131 -
CMYK 0 0.20 0.12 0.42
HSL 336º 0.12% 0.53% -
HSV(B) 336º 0.2% 0.58% -
XYZ 23.09 21.22 24.35 -
YUV 129.34 128.94 142.02 -
System Red Green Blue C M Y K H S L
Decimal 149 119 131 0 0.20 0.12 0.42 336 0.12 0.53
Hex 95 77 83 0 14 C 2A 150 C 35
Octal 225 167 203 0 24 14 52 520 14 65
Binary 10010101 1110111 10000011 0 10100 1100 101010 101010000 1100 110101

Color Harmonies of #957783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957783

Black with #957783

Text Example


Text Example

White with #957783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957783; }

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

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

background-color css

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

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

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

border-color css

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

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

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