Html Css Color HEX #7C7E93 Manatee

📋 copy color: '#7C7E93'

red 124 ◦ green 126 ◦ blue 147

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

Shades of Manatee #7C7E93

Tints of Manatee #7C7E93

RGB

 RED value IS 124 (48.83% from 255) = 31.23%

 GREEN value IS 126 (49.61% from 255) = 31.74%

 BLUE value IS 147 (57.81% from 255) = 37.03%

R = 31.23%
G = 31.74%
B = 37.03%

CMYK

 C value IS 0.16

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7C7E93 (or 0x7C7E93) is known color: Manatee. HEX triplet: 7C, 7E and 93. RGB value is (124,126,147). Sum of RGB (Red+Green+Blue) = 124+126+147=397 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.23% from 397); Green value is 126 (49.61% from 255 or 31.74% from 397); Blue value is 147 (57.81% from 255 or 37.03% from 397); Max value from RGB is 147 - color contains mainly: blue. Hex color #7C7E93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C7E93 is #83816C. Grayscale: #7F7F7F. Windows color (decimal): -8618349 or 9666172. OLE color: 9666172.

HSL color Cylindrical-coordinate representation of color #7C7E93: hue angle of 234.78º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7C7E93 is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 124 126 147 -
CMYK 0.16 0.14 0 0.42
HSL 234.78º 0.1% 0.53% -
HSV(B) 234.78º 0.16% 0.58% -
XYZ 21.04 21.31 30.61 -
YUV 127.8 138.84 125.29 -
System Red Green Blue C M Y K H S L
Decimal 124 126 147 0.16 0.14 0 0.42 234.78 0.1 0.53
Hex 7C 7E 93 10 E 0 2A EB A 35
Octal 174 176 223 20 16 0 52 353 12 65
Binary 1111100 1111110 10010011 10000 1110 0 101010 11101011 1010 110101

Color Harmonies of #7C7E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7E93

Black with #7C7E93

Text Example


Text Example

White with #7C7E93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C7E93; }

 p { color: rgb(124,126,147); }

 H1.HeaderClassName
 {
   color: #7C7E93;
 }
 .AnyTagClassName
 {
   color: #7C7E93;
 }
</style>

background-color css

<style>
 a { background-color: #7C7E93; }

 a { background-color: rgb(124,126,147); }

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

border-color css

<style>
 span { border-color: #7C7E93; }

 span { border-color: rgb(124,126,147); }

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