#727F87

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

Shades of Lynch #727F87

Tints of Lynch #727F87

Color information

#727F87 (or 0x727F87) is unknown color: approx Lynch. HEX triplet: 72, 7F and 87. RGB value is (114,127,135). Sum of RGB (Red+Green+Blue) = 114+127+135=376 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.32% from 376); Green value is 127 (50% from 255 or 33.78% from 376); Blue value is 135 (53.12% from 255 or 35.90% from 376); Max value from RGB is 135 - color contains mainly: blue. Hex color #727F87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727F87 is #8D8078. Grayscale: #7B7B7B. Windows color (decimal): -9273465 or 8879986. OLE color: 8879986.

HSL color Cylindrical-coordinate representation of color #727F87: hue angle of 202.86º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #727F87 is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB114127135-
CMYK0.160.0600.47
HSL202.86º8.43%48.82%-
HSV(B)202.86º15.56%52.94%-
XYZ18.920.5125.88-
YUV124.02134.19120.85-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.32%
GREEN value IS 127 (50% from 255) = 33.78%
BLUE value IS 135 (53.12% from 255) = 35.90%
R=30.32%
G=33.78%
B=35.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1141271350.160.0600.47202.868.4348.82
Hex727F8710602Fcb831
Octal1621772072060573131061
Binary1110010111111110000111100001100101111110010111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,127,135); }

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

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

 a { background-color: rgb(114,127,135); }

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

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

 span { border-color: rgb(114,127,135); }

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