Html Css Color HEX #967A86 Venus

📋 copy color: '#967A86'

red 150 ◦ green 122 ◦ blue 134

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

Shades of Venus #967A86

Tints of Venus #967A86

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.05%

 BLUE value IS 134 (52.73% from 255) = 33%

R = 36.95%
G = 30.05%
B = 33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#967A86 (or 0x967A86) is known color: Venus. HEX triplet: 96, 7A and 86. RGB value is (150,122,134). Sum of RGB (Red+Green+Blue) = 150+122+134=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 122 (48.05% from 255 or 30.05% from 406); Blue value is 134 (52.73% from 255 or 33.00% from 406); Max value from RGB is 150 - color contains mainly: red. Hex color #967A86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967A86 is #698579. Grayscale: #838383. Windows color (decimal): -6915450 or 8813206. OLE color: 8813206.

HSL color Cylindrical-coordinate representation of color #967A86: hue angle of 334.29º 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 #967A86 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 122 134 -
CMYK 0 0.19 0.11 0.41
HSL 334.29º 0.12% 0.53% -
HSV(B) 334.29º 0.19% 0.59% -
XYZ 23.84 22.12 25.57 -
YUV 131.74 129.28 141.02 -
System Red Green Blue C M Y K H S L
Decimal 150 122 134 0 0.19 0.11 0.41 334.29 0.12 0.53
Hex 96 7A 86 0 13 B 29 14E C 35
Octal 226 172 206 0 23 13 51 516 14 65
Binary 10010110 1111010 10000110 0 10011 1011 101001 101001110 1100 110101

Color Harmonies of #967A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967A86

Black with #967A86

Text Example


Text Example

White with #967A86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967A86; }

 p { color: rgb(150,122,134); }

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

background-color css

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

 a { background-color: rgb(150,122,134); }

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

border-color css

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

 span { border-color: rgb(150,122,134); }

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