#626E78

Color #626E78 Mid Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mid Grey #626E78

Tints of Mid Grey #626E78

Color information

#626E78 (or 0x626E78) is unknown color: approx Mid Grey. HEX triplet: 62, 6E and 78. RGB value is (98,110,120). Sum of RGB (Red+Green+Blue) = 98+110+120=328 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.88% from 328); Green value is 110 (43.36% from 255 or 33.54% from 328); Blue value is 120 (47.27% from 255 or 36.59% from 328); Max value from RGB is 120 - color contains mainly: blue. Hex color #626E78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626E78 is #9D9187. Grayscale: #6B6B6B. Windows color (decimal): -10326408 or 7892578. OLE color: 7892578.

HSL color Cylindrical-coordinate representation of color #626E78: hue angle of 207.27º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #626E78 is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB98110120-
CMYK0.180.0800.53
HSL207.27º10.09%42.75%-
HSV(B)207.27º18.33%47.06%-
XYZ1415.119.95-
YUV107.55135.02121.19-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.88%
GREEN value IS 110 (43.36% from 255) = 33.54%
BLUE value IS 120 (47.27% from 255) = 36.59%
R=29.88%
G=33.54%
B=36.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal981101200.180.0800.53207.2710.0942.75
Hex626E78128035cfa2b
Octal14215617022100653171253
Binary1100010110111011110001001010000110101110011111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626E78; }

 p { color: rgb(98,110,120); }

 H1.HeaderClassName
 {
   color: #626E78;
 }
 .AnyTagClassName
 {
   color: #626E78;
 }
</style>
background-color css

<style>
 a { background-color: #626E78; }

 a { background-color: rgb(98,110,120); }

 div.DivClassName
 {
   background-color: #626E78;
 }
 .BgClassName
 {
   background-color: #626E78;
 }
</style>
border-color css

<style>
 span { border-color: #626E78; }

 span { border-color: rgb(98,110,120); }

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