Html Css Color HEX #73797D Lynch

📋 copy color: '#73797D'

red 115 ◦ green 121 ◦ blue 125

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

Shades of Lynch #73797D

Tints of Lynch #73797D

RGB

 RED value IS 115 (45.31% from 255) = 31.86%

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

 BLUE value IS 125 (49.22% from 255) = 34.63%

R = 31.86%
G = 33.52%
B = 34.63%

CMYK

 C value IS 0.08

 M value IS 0.03

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#73797D (or 0x73797D) is known color: Lynch. HEX triplet: 73, 79 and 7D. RGB value is (115,121,125). Sum of RGB (Red+Green+Blue) = 115+121+125=361 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.86% from 361); Green value is 121 (47.66% from 255 or 33.52% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 125 - color contains mainly: blue. Hex color #73797D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73797D is #8C8682. Grayscale: #777777. Windows color (decimal): -9209475 or 8223091. OLE color: 8223091.

HSL color Cylindrical-coordinate representation of color #73797D: hue angle of 204º degrees, saturation: 0.04, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #73797D is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 115 121 125 -
CMYK 0.08 0.03 0 0.51
HSL 204º 0.04% 0.47% -
HSV(B) 204º 0.08% 0.49% -
XYZ 17.61 18.8 22.1 -
YUV 119.66 131.01 124.67 -
System Red Green Blue C M Y K H S L
Decimal 115 121 125 0.08 0.03 0 0.51 204 0.04 0.47
Hex 73 79 7D 8 3 0 33 CC 4 2F
Octal 163 171 175 10 3 0 63 314 4 57
Binary 1110011 1111001 1111101 1000 11 0 110011 11001100 100 101111

Color Harmonies of #73797D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73797D

Black with #73797D

Text Example


Text Example

White with #73797D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73797D; }

 p { color: rgb(115,121,125); }

 H1.HeaderClassName
 {
   color: #73797D;
 }
 .AnyTagClassName
 {
   color: #73797D;
 }
</style>

background-color css

<style>
 a { background-color: #73797D; }

 a { background-color: rgb(115,121,125); }

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

border-color css

<style>
 span { border-color: #73797D; }

 span { border-color: rgb(115,121,125); }

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