#62727F

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

Shades of Lynch #62727F

Tints of Lynch #62727F

Color information

#62727F (or 0x62727F) is unknown color: approx Lynch. HEX triplet: 62, 72 and 7F. RGB value is (98,114,127). Sum of RGB (Red+Green+Blue) = 98+114+127=339 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.91% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 127 - color contains mainly: blue. Hex color #62727F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62727F is #9D8D80. Grayscale: #6E6E6E. Windows color (decimal): -10325377 or 8352354. OLE color: 8352354.

HSL color Cylindrical-coordinate representation of color #62727F: hue angle of 206.9º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #62727F is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB98114127-
CMYK0.230.1000.50
HSL206.9º12.89%44.12%-
HSV(B)206.9º22.83%49.8%-
XYZ14.8916.1622.41-
YUV110.7137.2118.94-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.91%
GREEN value IS 114 (44.92% from 255) = 33.63%
BLUE value IS 127 (50% from 255) = 37.46%
R=28.91%
G=33.63%
B=37.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal981141270.230.1000.50206.912.8944.12
Hex62727F17A032cfd2c
Octal14216217727120623171554
Binary1100010111001011111111011110100110010110011111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62727F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62727F; }

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

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

<style>
 a { background-color: #62727F; }

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

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

<style>
 span { border-color: #62727F; }

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

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