Html Css Color HEX #967980 Venus

📋 copy color: '#967980'

red 150 ◦ green 121 ◦ blue 128

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

Shades of Venus #967980

Tints of Venus #967980

RGB

 RED value IS 150 (58.98% from 255) = 37.59%

 GREEN value IS 121 (47.66% from 255) = 30.33%

 BLUE value IS 128 (50.39% from 255) = 32.08%

R = 37.59%
G = 30.33%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#967980 (or 0x967980) is known color: Venus. HEX triplet: 96, 79 and 80. RGB value is (150,121,128). Sum of RGB (Red+Green+Blue) = 150+121+128=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 121 (47.66% from 255 or 30.33% from 399); Blue value is 128 (50.39% from 255 or 32.08% from 399); Max value from RGB is 150 - color contains mainly: red. Hex color #967980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967980 is #69867F. Grayscale: #828282. Windows color (decimal): -6915712 or 8419734. OLE color: 8419734.

HSL color Cylindrical-coordinate representation of color #967980: hue angle of 345.52º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #967980 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 121 128 -
CMYK 0 0.19 0.15 0.41
HSL 345.52º 0.12% 0.53% -
HSV(B) 345.52º 0.19% 0.59% -
XYZ 23.31 21.72 23.39 -
YUV 130.47 126.61 141.93 -
System Red Green Blue C M Y K H S L
Decimal 150 121 128 0 0.19 0.15 0.41 345.52 0.12 0.53
Hex 96 79 80 0 13 F 29 15A C 35
Octal 226 171 200 0 23 17 51 532 14 65
Binary 10010110 1111001 10000000 0 10011 1111 101001 101011010 1100 110101

Color Harmonies of #967980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967980

Black with #967980

Text Example


Text Example

White with #967980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967980; }

 p { color: rgb(150,121,128); }

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

background-color css

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

 a { background-color: rgb(150,121,128); }

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

border-color css

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

 span { border-color: rgb(150,121,128); }

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