Html Css Color HEX #93727B Venus

📋 copy color: '#93727B'

red 147 ◦ green 114 ◦ blue 123

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

Shades of Venus #93727B

Tints of Venus #93727B

RGB

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

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

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

R = 38.28%
G = 29.69%
B = 32.03%

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

#93727B (or 0x93727B) is known color: Venus. HEX triplet: 93, 72 and 7B. RGB value is (147,114,123). Sum of RGB (Red+Green+Blue) = 147+114+123=384 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.28% from 384); Green value is 114 (44.92% from 255 or 29.69% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 147 - color contains mainly: red. Hex color #93727B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93727B is #6C8D84. Grayscale: #7C7C7C. Windows color (decimal): -7114117 or 8090259. OLE color: 8090259.

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

Color convert

RGB 147 114 123 -
CMYK 0 0.22 0.16 0.42
HSL 343.64º 0.13% 0.51% -
HSV(B) 343.64º 0.22% 0.58% -
XYZ 21.63 19.67 21.4 -
YUV 124.89 126.93 143.77 -
System Red Green Blue C M Y K H S L
Decimal 147 114 123 0 0.22 0.16 0.42 343.64 0.13 0.51
Hex 93 72 7B 0 16 10 2A 158 D 33
Octal 223 162 173 0 26 20 52 530 15 63
Binary 10010011 1110010 1111011 0 10110 10000 101010 101011000 1101 110011

Color Harmonies of #93727B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93727B

Black with #93727B

Text Example


Text Example

White with #93727B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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