#727A80

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

Shades of Lynch #727A80

Tints of Lynch #727A80

Color information

#727A80 (or 0x727A80) is unknown color: approx Lynch. HEX triplet: 72, 7A and 80. RGB value is (114,122,128). Sum of RGB (Red+Green+Blue) = 114+122+128=364 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.32% from 364); Green value is 122 (48.05% from 255 or 33.52% from 364); Blue value is 128 (50.39% from 255 or 35.16% from 364); Max value from RGB is 128 - color contains mainly: blue. Hex color #727A80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727A80 is #8D857F. Grayscale: #787878. Windows color (decimal): -9274752 or 8419954. OLE color: 8419954.

HSL color Cylindrical-coordinate representation of color #727A80: hue angle of 205.71º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #727A80 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB114122128-
CMYK0.110.0500.50
HSL205.71º5.79%47.45%-
HSV(B)205.71º10.94%50.2%-
XYZ17.819.0523.16-
YUV120.29132.35123.51-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.32%
GREEN value IS 122 (48.05% from 255) = 33.52%
BLUE value IS 128 (50.39% from 255) = 35.16%
R=31.32%
G=33.52%
B=35.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1141221280.110.0500.50205.715.7947.45
Hex727A80B5032ce62f
Octal162172200135062316657
Binary11100101111010100000001011101011001011001110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727A80; }

 p { color: rgb(114,122,128); }

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

<style>
 a { background-color: #727A80; }

 a { background-color: rgb(114,122,128); }

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

<style>
 span { border-color: #727A80; }

 span { border-color: rgb(114,122,128); }

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