Html Css Color HEX #96707C Venus

📋 copy color: '#96707C'

red 150 ◦ green 112 ◦ blue 124

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

Shades of Venus #96707C

Tints of Venus #96707C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.02%

 BLUE value IS 124 (48.83% from 255) = 32.12%

R = 38.86%
G = 29.02%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#96707C (or 0x96707C) is known color: Venus. HEX triplet: 96, 70 and 7C. RGB value is (150,112,124). Sum of RGB (Red+Green+Blue) = 150+112+124=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 150 - color contains mainly: red. Hex color #96707C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96707C is #698F83. Grayscale: #7C7C7C. Windows color (decimal): -6918020 or 8155286. OLE color: 8155286.

HSL color Cylindrical-coordinate representation of color #96707C: hue angle of 341.05º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #96707C is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 112 124 -
CMYK 0 0.25 0.17 0.41
HSL 341.05º 0.15% 0.51% -
HSV(B) 341.05º 0.25% 0.59% -
XYZ 22.01 19.53 21.68 -
YUV 124.73 127.59 146.02 -
System Red Green Blue C M Y K H S L
Decimal 150 112 124 0 0.25 0.17 0.41 341.05 0.15 0.51
Hex 96 70 7C 0 19 11 29 155 F 33
Octal 226 160 174 0 31 21 51 525 17 63
Binary 10010110 1110000 1111100 0 11001 10001 101001 101010101 1111 110011

Color Harmonies of #96707C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96707C

Black with #96707C

Text Example


Text Example

White with #96707C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96707C; }

 p { color: rgb(150,112,124); }

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

background-color css

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

 a { background-color: rgb(150,112,124); }

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

border-color css

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

 span { border-color: rgb(150,112,124); }

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