Html Css Color HEX #96797F Venus

📋 copy color: '#96797F'

red 150 ◦ green 121 ◦ blue 127

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

Shades of Venus #96797F

Tints of Venus #96797F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.91%

R = 37.69%
G = 30.4%
B = 31.91%

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

#96797F (or 0x96797F) is known color: Venus. HEX triplet: 96, 79 and 7F. RGB value is (150,121,127). Sum of RGB (Red+Green+Blue) = 150+121+127=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 121 (47.66% from 255 or 30.40% from 398); Blue value is 127 (50% from 255 or 31.91% from 398); Max value from RGB is 150 - color contains mainly: red. Hex color #96797F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96797F is #698680. Grayscale: #828282. Windows color (decimal): -6915713 or 8354198. OLE color: 8354198.

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

Color convert

RGB 150 121 127 -
CMYK 0 0.19 0.15 0.41
HSL 347.59º 0.12% 0.53% -
HSV(B) 347.59º 0.19% 0.59% -
XYZ 23.25 21.69 23.04 -
YUV 130.36 126.11 142.01 -
System Red Green Blue C M Y K H S L
Decimal 150 121 127 0 0.19 0.15 0.41 347.59 0.12 0.53
Hex 96 79 7F 0 13 F 29 15C C 35
Octal 226 171 177 0 23 17 51 534 14 65
Binary 10010110 1111001 1111111 0 10011 1111 101001 101011100 1100 110101

Color Harmonies of #96797F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96797F

Black with #96797F

Text Example


Text Example

White with #96797F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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