Html Css Color HEX #93787D Venus

📋 copy color: '#93787D'

red 147 ◦ green 120 ◦ blue 125

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

Shades of Venus #93787D

Tints of Venus #93787D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.61%

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

R = 37.5%
G = 30.61%
B = 31.89%

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

#93787D (or 0x93787D) is known color: Venus. HEX triplet: 93, 78 and 7D. RGB value is (147,120,125). Sum of RGB (Red+Green+Blue) = 147+120+125=392 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.5% from 392); Green value is 120 (47.27% from 255 or 30.61% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 147 - color contains mainly: red. Hex color #93787D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93787D is #6C8782. Grayscale: #808080. Windows color (decimal): -7112579 or 8222867. OLE color: 8222867.

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

Color convert

RGB 147 120 125 -
CMYK 0 0.18 0.15 0.42
HSL 348.89º 0.11% 0.52% -
HSV(B) 348.89º 0.18% 0.58% -
XYZ 22.45 21.12 22.29 -
YUV 128.64 125.95 141.09 -
System Red Green Blue C M Y K H S L
Decimal 147 120 125 0 0.18 0.15 0.42 348.89 0.11 0.52
Hex 93 78 7D 0 12 F 2A 15D B 34
Octal 223 170 175 0 22 17 52 535 13 64
Binary 10010011 1111000 1111101 0 10010 1111 101010 101011101 1011 110100

Color Harmonies of #93787D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93787D

Black with #93787D

Text Example


Text Example

White with #93787D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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