Html Css Color HEX #62727F Lynch

📋 copy color: '#62727F'

red 98 ◦ green 114 ◦ blue 127

#62727F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lynch #62727F

Tints of Lynch #62727F

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 value IS 0.23

 M value IS 0.10

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#62727F (or 0x62727F) is known color: 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

RGB 98 114 127 -
CMYK 0.23 0.10 0 0.50
HSL 206.9º 0.13% 0.44% -
HSV(B) 206.9º 0.23% 0.5% -
XYZ 14.89 16.16 22.41 -
YUV 110.7 137.2 118.94 -
System Red Green Blue C M Y K H S L
Decimal 98 114 127 0.23 0.10 0 0.50 206.9 0.13 0.44
Hex 62 72 7F 17 A 0 32 CF D 2C
Octal 142 162 177 27 12 0 62 317 15 54
Binary 1100010 1110010 1111111 10111 1010 0 110010 11001111 1101 101100

Color Harmonies of #62727F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62727F

Black with #62727F

Text Example


Text Example

White with #62727F

Text Example


Text Example

HTML Codes & Css Web 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>