Html Css Color HEX #737B80 Lynch

📋 copy color: '#737B80'

red 115 ◦ green 123 ◦ blue 128

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

Shades of Lynch #737B80

Tints of Lynch #737B80

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.61%

 BLUE value IS 128 (50.39% from 255) = 34.97%

R = 31.42%
G = 33.61%
B = 34.97%

CMYK

 C value IS 0.10

 M value IS 0.04

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#737B80 (or 0x737B80) is known color: Lynch. HEX triplet: 73, 7B and 80. RGB value is (115,123,128). Sum of RGB (Red+Green+Blue) = 115+123+128=366 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.42% from 366); Green value is 123 (48.44% from 255 or 33.61% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 128 - color contains mainly: blue. Hex color #737B80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737B80 is #8C847F. Grayscale: #797979. Windows color (decimal): -9208960 or 8420211. OLE color: 8420211.

HSL color Cylindrical-coordinate representation of color #737B80: hue angle of 203.08º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #737B80 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 115 123 128 -
CMYK 0.10 0.04 0 0.50
HSL 203.08º 0.05% 0.48% -
HSV(B) 203.08º 0.1% 0.5% -
XYZ 18.05 19.37 23.21 -
YUV 121.18 131.85 123.59 -
System Red Green Blue C M Y K H S L
Decimal 115 123 128 0.10 0.04 0 0.50 203.08 0.05 0.48
Hex 73 7B 80 A 4 0 32 CB 5 30
Octal 163 173 200 12 4 0 62 313 5 60
Binary 1110011 1111011 10000000 1010 100 0 110010 11001011 101 110000

Color Harmonies of #737B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737B80

Black with #737B80

Text Example


Text Example

White with #737B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737B80; }

 p { color: rgb(115,123,128); }

 H1.HeaderClassName
 {
   color: #737B80;
 }
 .AnyTagClassName
 {
   color: #737B80;
 }
</style>

background-color css

<style>
 a { background-color: #737B80; }

 a { background-color: rgb(115,123,128); }

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

border-color css

<style>
 span { border-color: #737B80; }

 span { border-color: rgb(115,123,128); }

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