Html Css Color HEX #93797D Venus

📋 copy color: '#93797D'

red 147 ◦ green 121 ◦ blue 125

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

Shades of Venus #93797D

Tints of Venus #93797D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.79%

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

R = 37.4%
G = 30.79%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#93797D (or 0x93797D) is known color: Venus. HEX triplet: 93, 79 and 7D. RGB value is (147,121,125). Sum of RGB (Red+Green+Blue) = 147+121+125=393 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.40% from 393); Green value is 121 (47.66% from 255 or 30.79% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 147 - color contains mainly: red. Hex color #93797D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93797D is #6C8682. Grayscale: #818181. Windows color (decimal): -7112323 or 8223123. OLE color: 8223123.

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

Color convert

RGB 147 121 125 -
CMYK 0 0.18 0.15 0.42
HSL 350.77º 0.11% 0.53% -
HSV(B) 350.77º 0.18% 0.58% -
XYZ 22.57 21.36 22.33 -
YUV 129.23 125.61 140.67 -
System Red Green Blue C M Y K H S L
Decimal 147 121 125 0 0.18 0.15 0.42 350.77 0.11 0.53
Hex 93 79 7D 0 12 F 2A 15F B 35
Octal 223 171 175 0 22 17 52 537 13 65
Binary 10010011 1111001 1111101 0 10010 1111 101010 101011111 1011 110101

Color Harmonies of #93797D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93797D

Black with #93797D

Text Example


Text Example

White with #93797D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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