#626C72

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

Shades of Mid Grey #626C72

Tints of Mid Grey #626C72

Color information

#626C72 (or 0x626C72) is unknown color: approx Mid Grey. HEX triplet: 62, 6C and 72. RGB value is (98,108,114). Sum of RGB (Red+Green+Blue) = 98+108+114=320 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.62% from 320); Green value is 108 (42.58% from 255 or 33.75% from 320); Blue value is 114 (44.92% from 255 or 35.62% from 320); Max value from RGB is 114 - color contains mainly: blue. Hex color #626C72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626C72 is #9D938D. Grayscale: #696969. Windows color (decimal): -10326926 or 7498850. OLE color: 7498850.

HSL color Cylindrical-coordinate representation of color #626C72: hue angle of 202.5º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #626C72 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB98108114-
CMYK0.140.0500.55
HSL202.5º7.55%41.57%-
HSV(B)202.5º14.04%44.71%-
XYZ13.4414.5418.02-
YUV105.69132.69122.51-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.62%
GREEN value IS 108 (42.58% from 255) = 33.75%
BLUE value IS 114 (44.92% from 255) = 35.62%
R=30.62%
G=33.75%
B=35.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal981081140.140.0500.55202.57.5541.57
Hex626C72E5037ca82a
Octal1421541621650673121052
Binary11000101101100111001011101010110111110010101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,108,114); }

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

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

 a { background-color: rgb(98,108,114); }

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

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

 span { border-color: rgb(98,108,114); }

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