Html Css Color HEX #96707B Venus

📋 copy color: '#96707B'

red 150 ◦ green 112 ◦ blue 123

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

Shades of Venus #96707B

Tints of Venus #96707B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.95%

R = 38.96%
G = 29.09%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#96707B (or 0x96707B) is known color: Venus. HEX triplet: 96, 70 and 7B. RGB value is (150,112,123). Sum of RGB (Red+Green+Blue) = 150+112+123=385 (50% of max value = 765). Red value is 150 (58.98% from 255 or 38.96% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 150 - color contains mainly: red. Hex color #96707B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96707B is #698F84. Grayscale: #7C7C7C. Windows color (decimal): -6918021 or 8089750. OLE color: 8089750.

HSL color Cylindrical-coordinate representation of color #96707B: hue angle of 342.63º 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 #96707B is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 112 123 -
CMYK 0 0.25 0.18 0.41
HSL 342.63º 0.15% 0.51% -
HSV(B) 342.63º 0.25% 0.59% -
XYZ 21.95 19.5 21.35 -
YUV 124.62 127.09 146.11 -
System Red Green Blue C M Y K H S L
Decimal 150 112 123 0 0.25 0.18 0.41 342.63 0.15 0.51
Hex 96 70 7B 0 19 12 29 157 F 33
Octal 226 160 173 0 31 22 51 527 17 63
Binary 10010110 1110000 1111011 0 11001 10010 101001 101010111 1111 110011

Color Harmonies of #96707B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96707B

Black with #96707B

Text Example


Text Example

White with #96707B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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