Html Css Color HEX #93747D Venus

📋 copy color: '#93747D'

red 147 ◦ green 116 ◦ blue 125

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

Shades of Venus #93747D

Tints of Venus #93747D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.9%

 BLUE value IS 125 (49.22% from 255) = 32.22%

R = 37.89%
G = 29.9%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#93747D (or 0x93747D) is known color: Venus. HEX triplet: 93, 74 and 7D. RGB value is (147,116,125). Sum of RGB (Red+Green+Blue) = 147+116+125=388 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.89% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 147 - color contains mainly: red. Hex color #93747D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93747D is #6C8B82. Grayscale: #7E7E7E. Windows color (decimal): -7113603 or 8221843. OLE color: 8221843.

HSL color Cylindrical-coordinate representation of color #93747D: hue angle of 342.58º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #93747D is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 116 125 -
CMYK 0 0.21 0.15 0.42
HSL 342.58º 0.13% 0.52% -
HSV(B) 342.58º 0.21% 0.58% -
XYZ 21.98 20.17 22.14 -
YUV 126.3 127.27 142.77 -
System Red Green Blue C M Y K H S L
Decimal 147 116 125 0 0.21 0.15 0.42 342.58 0.13 0.52
Hex 93 74 7D 0 15 F 2A 157 D 34
Octal 223 164 175 0 25 17 52 527 15 64
Binary 10010011 1110100 1111101 0 10101 1111 101010 101010111 1101 110100

Color Harmonies of #93747D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93747D

Black with #93747D

Text Example


Text Example

White with #93747D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93747D; }

 p { color: rgb(147,116,125); }

 H1.HeaderClassName
 {
   color: #93747D;
 }
 .AnyTagClassName
 {
   color: #93747D;
 }
</style>

background-color css

<style>
 a { background-color: #93747D; }

 a { background-color: rgb(147,116,125); }

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

border-color css

<style>
 span { border-color: #93747D; }

 span { border-color: rgb(147,116,125); }

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