Html Css Color HEX #967780 Venus

📋 copy color: '#967780'

red 150 ◦ green 119 ◦ blue 128

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

Shades of Venus #967780

Tints of Venus #967780

RGB

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

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

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

R = 37.78%
G = 29.97%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#967780 (or 0x967780) is known color: Venus. HEX triplet: 96, 77 and 80. RGB value is (150,119,128). Sum of RGB (Red+Green+Blue) = 150+119+128=397 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.78% from 397); Green value is 119 (46.88% from 255 or 29.97% from 397); Blue value is 128 (50.39% from 255 or 32.24% from 397); Max value from RGB is 150 - color contains mainly: red. Hex color #967780 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967780 is #69887F. Grayscale: #818181. Windows color (decimal): -6916224 or 8419222. OLE color: 8419222.

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

Color convert

RGB 150 119 128 -
CMYK 0 0.21 0.15 0.41
HSL 342.58º 0.13% 0.53% -
HSV(B) 342.58º 0.21% 0.59% -
XYZ 23.07 21.24 23.31 -
YUV 129.3 127.27 142.77 -
System Red Green Blue C M Y K H S L
Decimal 150 119 128 0 0.21 0.15 0.41 342.58 0.13 0.53
Hex 96 77 80 0 15 F 29 157 D 35
Octal 226 167 200 0 25 17 51 527 15 65
Binary 10010110 1110111 10000000 0 10101 1111 101001 101010111 1101 110101

Color Harmonies of #967780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967780

Black with #967780

Text Example


Text Example

White with #967780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967780; }

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

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

background-color css

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

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

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

border-color css

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

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

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