#727E85

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

Shades of Lynch #727E85

Tints of Lynch #727E85

Color information

#727E85 (or 0x727E85) is unknown color: approx Lynch. HEX triplet: 72, 7E and 85. RGB value is (114,126,133). Sum of RGB (Red+Green+Blue) = 114+126+133=373 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.56% from 373); Green value is 126 (49.61% from 255 or 33.78% from 373); Blue value is 133 (52.34% from 255 or 35.66% from 373); Max value from RGB is 133 - color contains mainly: blue. Hex color #727E85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727E85 is #8D817A. Grayscale: #7B7B7B. Windows color (decimal): -9273723 or 8748658. OLE color: 8748658.

HSL color Cylindrical-coordinate representation of color #727E85: hue angle of 202.11º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #727E85 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB114126133-
CMYK0.140.0500.48
HSL202.11º7.69%48.43%-
HSV(B)202.11º14.29%52.16%-
XYZ18.6320.1925.11-
YUV123.21133.52121.43-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.56%
GREEN value IS 126 (49.61% from 255) = 33.78%
BLUE value IS 133 (52.34% from 255) = 35.66%
R=30.56%
G=33.78%
B=35.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1141261330.140.0500.48202.117.6948.43
Hex727E85E5030ca830
Octal1621762051650603121060
Binary111001011111101000010111101010110000110010101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,126,133); }

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

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

 a { background-color: rgb(114,126,133); }

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

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

 span { border-color: rgb(114,126,133); }

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