Html Css Color HEX #967680 Venus

📋 copy color: '#967680'

red 150 ◦ green 118 ◦ blue 128

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

Shades of Venus #967680

Tints of Venus #967680

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.8%

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

R = 37.88%
G = 29.8%
B = 32.32%

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

#967680 (or 0x967680) is known color: Venus. HEX triplet: 96, 76 and 80. RGB value is (150,118,128). Sum of RGB (Red+Green+Blue) = 150+118+128=396 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.88% from 396); Green value is 118 (46.48% from 255 or 29.80% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 150 - color contains mainly: red. Hex color #967680 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967680 is #69897F. Grayscale: #808080. Windows color (decimal): -6916480 or 8418966. OLE color: 8418966.

HSL color Cylindrical-coordinate representation of color #967680: hue angle of 341.25º 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 #967680 is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 118 128 -
CMYK 0 0.21 0.15 0.41
HSL 341.25º 0.13% 0.53% -
HSV(B) 341.25º 0.21% 0.59% -
XYZ 22.95 21 23.27 -
YUV 128.71 127.6 143.19 -
System Red Green Blue C M Y K H S L
Decimal 150 118 128 0 0.21 0.15 0.41 341.25 0.13 0.53
Hex 96 76 80 0 15 F 29 155 D 35
Octal 226 166 200 0 25 17 51 525 15 65
Binary 10010110 1110110 10000000 0 10101 1111 101001 101010101 1101 110101

Color Harmonies of #967680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967680

Black with #967680

Text Example


Text Example

White with #967680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967680; }

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

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

background-color css

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

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

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

border-color css

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

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

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