Html Css Color HEX #93727C Venus

📋 copy color: '#93727C'

red 147 ◦ green 114 ◦ blue 124

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

Shades of Venus #93727C

Tints of Venus #93727C

RGB

 RED value IS 147 (57.81% from 255) = 38.18%

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

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

R = 38.18%
G = 29.61%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#93727C (or 0x93727C) is known color: Venus. HEX triplet: 93, 72 and 7C. RGB value is (147,114,124). Sum of RGB (Red+Green+Blue) = 147+114+124=385 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.18% from 385); Green value is 114 (44.92% from 255 or 29.61% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 147 - color contains mainly: red. Hex color #93727C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93727C is #6C8D83. Grayscale: #7C7C7C. Windows color (decimal): -7114116 or 8155795. OLE color: 8155795.

HSL color Cylindrical-coordinate representation of color #93727C: hue angle of 341.82º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #93727C is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 114 124 -
CMYK 0 0.22 0.16 0.42
HSL 341.82º 0.13% 0.51% -
HSV(B) 341.82º 0.22% 0.58% -
XYZ 21.69 19.69 21.73 -
YUV 125.01 127.43 143.69 -
System Red Green Blue C M Y K H S L
Decimal 147 114 124 0 0.22 0.16 0.42 341.82 0.13 0.51
Hex 93 72 7C 0 16 10 2A 156 D 33
Octal 223 162 174 0 26 20 52 526 15 63
Binary 10010011 1110010 1111100 0 10110 10000 101010 101010110 1101 110011

Color Harmonies of #93727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93727C

Black with #93727C

Text Example


Text Example

White with #93727C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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