Html Css Color HEX #96797E Venus

📋 copy color: '#96797E'

red 150 ◦ green 121 ◦ blue 126

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

Shades of Venus #96797E

Tints of Venus #96797E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.74%

R = 37.78%
G = 30.48%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#96797E (or 0x96797E) is known color: Venus. HEX triplet: 96, 79 and 7E. RGB value is (150,121,126). Sum of RGB (Red+Green+Blue) = 150+121+126=397 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.78% from 397); Green value is 121 (47.66% from 255 or 30.48% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 150 - color contains mainly: red. Hex color #96797E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96797E is #698681. Grayscale: #828282. Windows color (decimal): -6915714 or 8288662. OLE color: 8288662.

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

Color convert

RGB 150 121 126 -
CMYK 0 0.19 0.16 0.41
HSL 349.66º 0.12% 0.53% -
HSV(B) 349.66º 0.19% 0.59% -
XYZ 23.18 21.67 22.7 -
YUV 130.24 125.61 142.09 -
System Red Green Blue C M Y K H S L
Decimal 150 121 126 0 0.19 0.16 0.41 349.66 0.12 0.53
Hex 96 79 7E 0 13 10 29 15E C 35
Octal 226 171 176 0 23 20 51 536 14 65
Binary 10010110 1111001 1111110 0 10011 10000 101001 101011110 1100 110101

Color Harmonies of #96797E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96797E

Black with #96797E

Text Example


Text Example

White with #96797E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96797E; }

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

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

background-color css

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

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

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

border-color css

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

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

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