Html Css Color HEX #727E84 Lynch

📋 copy color: '#727E84'

red 114 ◦ green 126 ◦ blue 132

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

Shades of Lynch #727E84

Tints of Lynch #727E84

RGB

 RED value IS 114 (44.92% from 255) = 30.65%

 GREEN value IS 126 (49.61% from 255) = 33.87%

 BLUE value IS 132 (51.95% from 255) = 35.48%

R = 30.65%
G = 33.87%
B = 35.48%

CMYK

 C value IS 0.14

 M value IS 0.05

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#727E84 (or 0x727E84) is known color: Lynch. HEX triplet: 72, 7E and 84. RGB value is (114,126,132). Sum of RGB (Red+Green+Blue) = 114+126+132=372 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.65% from 372); Green value is 126 (49.61% from 255 or 33.87% from 372); Blue value is 132 (51.95% from 255 or 35.48% from 372); Max value from RGB is 132 - color contains mainly: blue. Hex color #727E84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727E84 is #8D817B. Grayscale: #7B7B7B. Windows color (decimal): -9273724 or 8683122. OLE color: 8683122.

HSL color Cylindrical-coordinate representation of color #727E84: hue angle of 200º degrees, saturation: 0.07, 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 #727E84 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 114 126 132 -
CMYK 0.14 0.05 0 0.48
HSL 200º 0.07% 0.48% -
HSV(B) 200º 0.14% 0.52% -
XYZ 18.57 20.17 24.74 -
YUV 123.1 133.02 121.51 -
System Red Green Blue C M Y K H S L
Decimal 114 126 132 0.14 0.05 0 0.48 200 0.07 0.48
Hex 72 7E 84 E 5 0 30 C8 7 30
Octal 162 176 204 16 5 0 60 310 7 60
Binary 1110010 1111110 10000100 1110 101 0 110000 11001000 111 110000

Color Harmonies of #727E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727E84

Black with #727E84

Text Example


Text Example

White with #727E84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #727E84;
 }
 .AnyTagClassName
 {
   color: #727E84;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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