Html Css Color HEX #72797E Lynch

📋 copy color: '#72797E'

red 114 ◦ green 121 ◦ blue 126

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

Shades of Lynch #72797E

Tints of Lynch #72797E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.52%

 BLUE value IS 126 (49.61% from 255) = 34.9%

R = 31.58%
G = 33.52%
B = 34.9%

CMYK

 C value IS 0.10

 M value IS 0.04

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#72797E (or 0x72797E) is known color: Lynch. HEX triplet: 72, 79 and 7E. RGB value is (114,121,126). Sum of RGB (Red+Green+Blue) = 114+121+126=361 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.58% from 361); Green value is 121 (47.66% from 255 or 33.52% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 126 - color contains mainly: blue. Hex color #72797E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72797E is #8D8681. Grayscale: #777777. Windows color (decimal): -9275010 or 8288626. OLE color: 8288626.

HSL color Cylindrical-coordinate representation of color #72797E: hue angle of 205º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #72797E is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 114 121 126 -
CMYK 0.10 0.04 0 0.51
HSL 205º 0.05% 0.47% -
HSV(B) 205º 0.1% 0.49% -
XYZ 17.54 18.76 22.43 -
YUV 119.48 131.68 124.09 -
System Red Green Blue C M Y K H S L
Decimal 114 121 126 0.10 0.04 0 0.51 205 0.05 0.47
Hex 72 79 7E A 4 0 33 CD 5 2F
Octal 162 171 176 12 4 0 63 315 5 57
Binary 1110010 1111001 1111110 1010 100 0 110011 11001101 101 101111

Color Harmonies of #72797E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72797E

Black with #72797E

Text Example


Text Example

White with #72797E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72797E; }

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

 H1.HeaderClassName
 {
   color: #72797E;
 }
 .AnyTagClassName
 {
   color: #72797E;
 }
</style>

background-color css

<style>
 a { background-color: #72797E; }

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

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

border-color css

<style>
 span { border-color: #72797E; }

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

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