Html Css Color HEX #96727C Venus

📋 copy color: '#96727C'

red 150 ◦ green 114 ◦ blue 124

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

Shades of Venus #96727C

Tints of Venus #96727C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.38%

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

R = 38.66%
G = 29.38%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#96727C (or 0x96727C) is known color: Venus. HEX triplet: 96, 72 and 7C. RGB value is (150,114,124). Sum of RGB (Red+Green+Blue) = 150+114+124=388 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.66% from 388); Green value is 114 (44.92% from 255 or 29.38% from 388); Blue value is 124 (48.83% from 255 or 31.96% from 388); Max value from RGB is 150 - color contains mainly: red. Hex color #96727C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96727C is #698D83. Grayscale: #7D7D7D. Windows color (decimal): -6917508 or 8155798. OLE color: 8155798.

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

Color convert

RGB 150 114 124 -
CMYK 0 0.24 0.17 0.41
HSL 343.33º 0.15% 0.52% -
HSV(B) 343.33º 0.24% 0.59% -
XYZ 22.23 19.97 21.75 -
YUV 125.9 126.93 145.19 -
System Red Green Blue C M Y K H S L
Decimal 150 114 124 0 0.24 0.17 0.41 343.33 0.15 0.52
Hex 96 72 7C 0 18 11 29 157 F 34
Octal 226 162 174 0 30 21 51 527 17 64
Binary 10010110 1110010 1111100 0 11000 10001 101001 101010111 1111 110100

Color Harmonies of #96727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96727C

Black with #96727C

Text Example


Text Example

White with #96727C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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