#72797D

Color #72797D Lynch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lynch #72797D

Tints of Lynch #72797D

Color information

#72797D (or 0x72797D) is unknown color: approx Lynch. HEX triplet: 72, 79 and 7D. RGB value is (114,121,125). Sum of RGB (Red+Green+Blue) = 114+121+125=360 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.67% from 360); Green value is 121 (47.66% from 255 or 33.61% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 125 - color contains mainly: blue. Hex color #72797D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72797D is #8D8682. Grayscale: #777777. Windows color (decimal): -9275011 or 8223090. OLE color: 8223090.

HSL color Cylindrical-coordinate representation of color #72797D: hue angle of 201.82º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #72797D is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB114121125-
CMYK0.090.0300.51
HSL201.82º4.6%46.86%-
HSV(B)201.82º8.8%49.02%-
XYZ17.4818.7322.1-
YUV119.36131.18124.17-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.67%
GREEN value IS 121 (47.66% from 255) = 33.61%
BLUE value IS 125 (49.22% from 255) = 34.72%
R=31.67%
G=33.61%
B=34.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1141211250.090.0300.51201.824.646.86
Hex72797D93033ca52f
Octal162171175113063312557
Binary111001011110011111101100111011001111001010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72797D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72797D; }

 p { color: rgb(114,121,125); }

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

<style>
 a { background-color: #72797D; }

 a { background-color: rgb(114,121,125); }

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

<style>
 span { border-color: #72797D; }

 span { border-color: rgb(114,121,125); }

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