Html Css Color HEX #93737C Venus

📋 copy color: '#93737C'

red 147 ◦ green 115 ◦ blue 124

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

Shades of Venus #93737C

Tints of Venus #93737C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.79%

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

R = 38.08%
G = 29.79%
B = 32.12%

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

#93737C (or 0x93737C) is known color: Venus. HEX triplet: 93, 73 and 7C. RGB value is (147,115,124). Sum of RGB (Red+Green+Blue) = 147+115+124=386 (51% of max value = 765). Red value is 147 (57.81% from 255 or 38.08% from 386); Green value is 115 (45.31% from 255 or 29.79% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 147 - color contains mainly: red. Hex color #93737C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93737C is #6C8C83. Grayscale: #7D7D7D. Windows color (decimal): -7113860 or 8156051. OLE color: 8156051.

HSL color Cylindrical-coordinate representation of color #93737C: hue angle of 343.12º 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 #93737C is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 115 124 -
CMYK 0 0.22 0.16 0.42
HSL 343.13º 0.13% 0.51% -
HSV(B) 343.13º 0.22% 0.58% -
XYZ 21.8 19.92 21.76 -
YUV 125.59 127.1 143.27 -
System Red Green Blue C M Y K H S L
Decimal 147 115 124 0 0.22 0.16 0.42 343.13 0.13 0.51
Hex 93 73 7C 0 16 10 2A 157 D 33
Octal 223 163 174 0 26 20 52 527 15 63
Binary 10010011 1110011 1111100 0 10110 10000 101010 101010111 1101 110011

Color Harmonies of #93737C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93737C

Black with #93737C

Text Example


Text Example

White with #93737C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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