Html Css Color HEX #957784 Venus

📋 copy color: '#957784'

red 149 ◦ green 119 ◦ blue 132

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

Shades of Venus #957784

Tints of Venus #957784

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 33%

R = 37.25%
G = 29.75%
B = 33%

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

#957784 (or 0x957784) is known color: Venus. HEX triplet: 95, 77 and 84. RGB value is (149,119,132). Sum of RGB (Red+Green+Blue) = 149+119+132=400 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.25% from 400); Green value is 119 (46.88% from 255 or 29.75% from 400); Blue value is 132 (51.95% from 255 or 33% from 400); Max value from RGB is 149 - color contains mainly: red. Hex color #957784 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957784 is #6A887B. Grayscale: #818181. Windows color (decimal): -6981756 or 8681365. OLE color: 8681365.

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

Color convert

RGB 149 119 132 -
CMYK 0 0.20 0.11 0.42
HSL 334º 0.12% 0.53% -
HSV(B) 334º 0.2% 0.58% -
XYZ 23.16 21.25 24.71 -
YUV 129.45 129.44 141.94 -
System Red Green Blue C M Y K H S L
Decimal 149 119 132 0 0.20 0.11 0.42 334 0.12 0.53
Hex 95 77 84 0 14 B 2A 14E C 35
Octal 225 167 204 0 24 13 52 516 14 65
Binary 10010101 1110111 10000100 0 10100 1011 101010 101001110 1100 110101

Color Harmonies of #957784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957784

Black with #957784

Text Example


Text Example

White with #957784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957784; }

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

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

background-color css

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

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

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

border-color css

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

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

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