Html Css Color HEX #727C84 Lynch

📋 copy color: '#727C84'

red 114 ◦ green 124 ◦ blue 132

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

Shades of Lynch #727C84

Tints of Lynch #727C84

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.51%

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

R = 30.81%
G = 33.51%
B = 35.68%

CMYK

 C value IS 0.14

 M value IS 0.06

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#727C84 (or 0x727C84) is known color: Lynch. HEX triplet: 72, 7C and 84. RGB value is (114,124,132). Sum of RGB (Red+Green+Blue) = 114+124+132=370 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.81% from 370); Green value is 124 (48.83% from 255 or 33.51% from 370); Blue value is 132 (51.95% from 255 or 35.68% from 370); Max value from RGB is 132 - color contains mainly: blue. Hex color #727C84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727C84 is #8D837B. Grayscale: #797979. Windows color (decimal): -9274236 or 8682610. OLE color: 8682610.

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

Color convert

RGB 114 124 132 -
CMYK 0.14 0.06 0 0.48
HSL 206.67º 0.07% 0.48% -
HSV(B) 206.67º 0.14% 0.52% -
XYZ 18.31 19.66 24.66 -
YUV 121.92 133.69 122.35 -
System Red Green Blue C M Y K H S L
Decimal 114 124 132 0.14 0.06 0 0.48 206.67 0.07 0.48
Hex 72 7C 84 E 6 0 30 CF 7 30
Octal 162 174 204 16 6 0 60 317 7 60
Binary 1110010 1111100 10000100 1110 110 0 110000 11001111 111 110000

Color Harmonies of #727C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727C84

Black with #727C84

Text Example


Text Example

White with #727C84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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