#737D85

Color #737D85 Lynch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lynch #737D85

Tints of Lynch #737D85

Color information

#737D85 (or 0x737D85) is unknown color: approx Lynch. HEX triplet: 73, 7D and 85. RGB value is (115,125,133). Sum of RGB (Red+Green+Blue) = 115+125+133=373 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.83% from 373); Green value is 125 (49.22% from 255 or 33.51% from 373); Blue value is 133 (52.34% from 255 or 35.66% from 373); Max value from RGB is 133 - color contains mainly: blue. Hex color #737D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737D85 is #8C827A. Grayscale: #7A7A7A. Windows color (decimal): -9208443 or 8748403. OLE color: 8748403.

HSL color Cylindrical-coordinate representation of color #737D85: hue angle of 206.67º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #737D85 is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB115125133-
CMYK0.140.0600.48
HSL206.67º7.26%48.63%-
HSV(B)206.67º13.53%52.16%-
XYZ18.6420.0125.07-
YUV122.92133.69122.35-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.83%
GREEN value IS 125 (49.22% from 255) = 33.51%
BLUE value IS 133 (52.34% from 255) = 35.66%
R=30.83%
G=33.51%
B=35.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1151251330.140.0600.48206.677.2648.63
Hex737D85E6030cf731
Octal163175205166060317761
Binary11100111111101100001011110110011000011001111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #737D85;
 }
 .AnyTagClassName
 {
   color: #737D85;
 }
</style>
background-color css

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

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

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

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

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

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