#72828B

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

Shades of Lynch #72828B

Tints of Lynch #72828B

Color information

#72828B (or 0x72828B) is unknown color: approx Lynch. HEX triplet: 72, 82 and 8B. RGB value is (114,130,139). Sum of RGB (Red+Green+Blue) = 114+130+139=383 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.77% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 139 - color contains mainly: blue. Hex color #72828B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72828B is #8D7D74. Grayscale: #7E7E7E. Windows color (decimal): -9272693 or 9142898. OLE color: 9142898.

HSL color Cylindrical-coordinate representation of color #72828B: hue angle of 201.6º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #72828B is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB114130139-
CMYK0.180.0600.45
HSL201.6º9.88%49.61%-
HSV(B)201.6º17.99%54.51%-
XYZ19.5821.4127.53-
YUV126.24135.2119.27-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.77%
GREEN value IS 130 (51.17% from 255) = 33.94%
BLUE value IS 139 (54.69% from 255) = 36.29%
R=29.77%
G=33.94%
B=36.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1141301390.180.0600.45201.69.8849.61
Hex72828B12602Dcaa32
Octal1622022132260553121262
Binary11100101000001010001011100101100101101110010101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72828B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72828B; }

 p { color: rgb(114,130,139); }

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

<style>
 a { background-color: #72828B; }

 a { background-color: rgb(114,130,139); }

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

<style>
 span { border-color: #72828B; }

 span { border-color: rgb(114,130,139); }

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