Html Css Color HEX #93747B Venus

📋 copy color: '#93747B'

red 147 ◦ green 116 ◦ blue 123

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

Shades of Venus #93747B

Tints of Venus #93747B

RGB

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

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

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

R = 38.08%
G = 30.05%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#93747B (or 0x93747B) is known color: Venus. HEX triplet: 93, 74 and 7B. RGB value is (147,116,123). Sum of RGB (Red+Green+Blue) = 147+116+123=386 (51% of max value = 765). Red value is 147 (57.81% from 255 or 38.08% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 147 - color contains mainly: red. Hex color #93747B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93747B is #6C8B84. Grayscale: #7E7E7E. Windows color (decimal): -7113605 or 8090771. OLE color: 8090771.

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

Color convert

RGB 147 116 123 -
CMYK 0 0.21 0.16 0.42
HSL 346.45º 0.13% 0.52% -
HSV(B) 346.45º 0.21% 0.58% -
XYZ 21.85 20.12 21.47 -
YUV 126.07 126.27 142.93 -
System Red Green Blue C M Y K H S L
Decimal 147 116 123 0 0.21 0.16 0.42 346.45 0.13 0.52
Hex 93 74 7B 0 15 10 2A 15A D 34
Octal 223 164 173 0 25 20 52 532 15 64
Binary 10010011 1110100 1111011 0 10101 10000 101010 101011010 1101 110100

Color Harmonies of #93747B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93747B

Black with #93747B

Text Example


Text Example

White with #93747B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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