#625D72

Color #625D72 Smoky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smoky #625D72

Tints of Smoky #625D72

Color information

#625D72 (or 0x625D72) is unknown color: approx Smoky. HEX triplet: 62, 5D and 72. RGB value is (98,93,114). Sum of RGB (Red+Green+Blue) = 98+93+114=305 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.13% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 114 (44.92% from 255 or 37.38% from 305); Max value from RGB is 114 - color contains mainly: blue. Hex color #625D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625D72 is #9DA28D. Grayscale: #606060. Windows color (decimal): -10330766 or 7495010. OLE color: 7495010.

HSL color Cylindrical-coordinate representation of color #625D72: hue angle of 254.29º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #625D72 is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9893114-
CMYK0.140.1800.55
HSL254.29º10.14%40.59%-
HSV(B)254.29º18.42%44.71%-
XYZ11.9911.6417.53-
YUV96.89137.66128.79-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.13%
GREEN value IS 93 (36.72% from 255) = 30.49%
BLUE value IS 114 (44.92% from 255) = 37.38%
R=32.13%
G=30.49%
B=37.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal98931140.140.1800.55254.2910.1440.59
Hex625D72E12037fea29
Octal14213516216220673761251
Binary1100010101110111100101110100100110111111111101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625D72; }

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

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

<style>
 a { background-color: #625D72; }

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

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

<style>
 span { border-color: #625D72; }

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

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