Html Css Color HEX #93777F Venus

📋 copy color: '#93777F'

red 147 ◦ green 119 ◦ blue 127

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

Shades of Venus #93777F

Tints of Venus #93777F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.28%

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

R = 37.4%
G = 30.28%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#93777F (or 0x93777F) is known color: Venus. HEX triplet: 93, 77 and 7F. RGB value is (147,119,127). Sum of RGB (Red+Green+Blue) = 147+119+127=393 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.40% from 393); Green value is 119 (46.88% from 255 or 30.28% from 393); Blue value is 127 (50% from 255 or 32.32% from 393); Max value from RGB is 147 - color contains mainly: red. Hex color #93777F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93777F is #6C8880. Grayscale: #808080. Windows color (decimal): -7112833 or 8353683. OLE color: 8353683.

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

Color convert

RGB 147 119 127 -
CMYK 0 0.19 0.14 0.42
HSL 342.86º 0.11% 0.52% -
HSV(B) 342.86º 0.19% 0.58% -
XYZ 22.46 20.93 22.93 -
YUV 128.28 127.28 141.35 -
System Red Green Blue C M Y K H S L
Decimal 147 119 127 0 0.19 0.14 0.42 342.86 0.11 0.52
Hex 93 77 7F 0 13 E 2A 157 B 34
Octal 223 167 177 0 23 16 52 527 13 64
Binary 10010011 1110111 1111111 0 10011 1110 101010 101010111 1011 110100

Color Harmonies of #93777F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93777F

Black with #93777F

Text Example


Text Example

White with #93777F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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