Html Css Color HEX #957782 Venus

📋 copy color: '#957782'

red 149 ◦ green 119 ◦ blue 130

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

Shades of Venus #957782

Tints of Venus #957782

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 32.66%

R = 37.44%
G = 29.9%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#957782 (or 0x957782) is known color: Venus. HEX triplet: 95, 77 and 82. RGB value is (149,119,130). Sum of RGB (Red+Green+Blue) = 149+119+130=398 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.44% from 398); Green value is 119 (46.88% from 255 or 29.90% from 398); Blue value is 130 (51.17% from 255 or 32.66% from 398); Max value from RGB is 149 - color contains mainly: red. Hex color #957782 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957782 is #6A887D. Grayscale: #818181. Windows color (decimal): -6981758 or 8550293. OLE color: 8550293.

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

Color convert

RGB 149 119 130 -
CMYK 0 0.20 0.13 0.42
HSL 338º 0.12% 0.53% -
HSV(B) 338º 0.2% 0.58% -
XYZ 23.02 21.19 24 -
YUV 129.22 128.44 142.11 -
System Red Green Blue C M Y K H S L
Decimal 149 119 130 0 0.20 0.13 0.42 338 0.12 0.53
Hex 95 77 82 0 14 D 2A 152 C 35
Octal 225 167 202 0 24 15 52 522 14 65
Binary 10010101 1110111 10000010 0 10100 1101 101010 101010010 1100 110101

Color Harmonies of #957782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957782

Black with #957782

Text Example


Text Example

White with #957782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957782; }

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

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

background-color css

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

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

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

border-color css

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

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

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