Html Css Color HEX #96767F Venus

📋 copy color: '#96767F'

red 150 ◦ green 118 ◦ blue 127

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

Shades of Venus #96767F

Tints of Venus #96767F

RGB

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

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

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

R = 37.97%
G = 29.87%
B = 32.15%

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

#96767F (or 0x96767F) is known color: Venus. HEX triplet: 96, 76 and 7F. RGB value is (150,118,127). Sum of RGB (Red+Green+Blue) = 150+118+127=395 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.97% from 395); Green value is 118 (46.48% from 255 or 29.87% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 150 - color contains mainly: red. Hex color #96767F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96767F is #698980. Grayscale: #808080. Windows color (decimal): -6916481 or 8353430. OLE color: 8353430.

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

Color convert

RGB 150 118 127 -
CMYK 0 0.21 0.15 0.41
HSL 343.13º 0.13% 0.53% -
HSV(B) 343.13º 0.21% 0.59% -
XYZ 22.89 20.97 22.92 -
YUV 128.59 127.1 143.27 -
System Red Green Blue C M Y K H S L
Decimal 150 118 127 0 0.21 0.15 0.41 343.13 0.13 0.53
Hex 96 76 7F 0 15 F 29 157 D 35
Octal 226 166 177 0 25 17 51 527 15 65
Binary 10010110 1110110 1111111 0 10101 1111 101001 101010111 1101 110101

Color Harmonies of #96767F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96767F

Black with #96767F

Text Example


Text Example

White with #96767F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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