#72828C

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

Shades of Lynch #72828C

Tints of Lynch #72828C

Color information

#72828C (or 0x72828C) is unknown color: approx Lynch. HEX triplet: 72, 82 and 8C. RGB value is (114,130,140). Sum of RGB (Red+Green+Blue) = 114+130+140=384 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.69% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 140 (55.08% from 255 or 36.46% from 384); Max value from RGB is 140 - color contains mainly: blue. Hex color #72828C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72828C is #8D7D73. Grayscale: #7E7E7E. Windows color (decimal): -9272692 or 9208434. OLE color: 9208434.

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

Color convert

RGB114130140-
CMYK0.190.0700.45
HSL203.08º10.24%49.8%-
HSV(B)203.08º18.57%54.9%-
XYZ19.6621.4427.91-
YUV126.36135.7119.19-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.69%
GREEN value IS 130 (51.17% from 255) = 33.85%
BLUE value IS 140 (55.08% from 255) = 36.46%
R=29.69%
G=33.85%
B=36.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1141301400.190.0700.45203.0810.2449.8
Hex72828C13702Dcba32
Octal1622022142370553131262
Binary11100101000001010001100100111110101101110010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72828C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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