Html Css Color HEX #93767F Venus

📋 copy color: '#93767F'

red 147 ◦ green 118 ◦ blue 127

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

Shades of Venus #93767F

Tints of Venus #93767F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.1%

 BLUE value IS 127 (50% from 255) = 32.4%

R = 37.5%
G = 30.1%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#93767F (or 0x93767F) is known color: Venus. HEX triplet: 93, 76 and 7F. RGB value is (147,118,127). Sum of RGB (Red+Green+Blue) = 147+118+127=392 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.5% from 392); Green value is 118 (46.48% from 255 or 30.10% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 147 - color contains mainly: red. Hex color #93767F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93767F is #6C8980. Grayscale: #7F7F7F. Windows color (decimal): -7113089 or 8353427. OLE color: 8353427.

HSL color Cylindrical-coordinate representation of color #93767F: hue angle of 341.38º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #93767F is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 118 127 -
CMYK 0 0.20 0.14 0.42
HSL 341.38º 0.12% 0.52% -
HSV(B) 341.38º 0.2% 0.58% -
XYZ 22.34 20.69 22.9 -
YUV 127.7 127.61 141.77 -
System Red Green Blue C M Y K H S L
Decimal 147 118 127 0 0.20 0.14 0.42 341.38 0.12 0.52
Hex 93 76 7F 0 14 E 2A 155 C 34
Octal 223 166 177 0 24 16 52 525 14 64
Binary 10010011 1110110 1111111 0 10100 1110 101010 101010101 1100 110100

Color Harmonies of #93767F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93767F

Black with #93767F

Text Example


Text Example

White with #93767F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93767F; }

 p { color: rgb(147,118,127); }

 H1.HeaderClassName
 {
   color: #93767F;
 }
 .AnyTagClassName
 {
   color: #93767F;
 }
</style>

background-color css

<style>
 a { background-color: #93767F; }

 a { background-color: rgb(147,118,127); }

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

border-color css

<style>
 span { border-color: #93767F; }

 span { border-color: rgb(147,118,127); }

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