#707E84

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

Shades of Lynch #707E84

Tints of Lynch #707E84

Color information

#707E84 (or 0x707E84) is unknown color: approx Lynch. HEX triplet: 70, 7E and 84. RGB value is (112,126,132). Sum of RGB (Red+Green+Blue) = 112+126+132=370 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.27% from 370); Green value is 126 (49.61% from 255 or 34.05% from 370); Blue value is 132 (51.95% from 255 or 35.68% from 370); Max value from RGB is 132 - color contains mainly: blue. Hex color #707E84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707E84 is #8F817B. Grayscale: #7A7A7A. Windows color (decimal): -9404796 or 8683120. OLE color: 8683120.

HSL color Cylindrical-coordinate representation of color #707E84: hue angle of 198º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #707E84 is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB112126132-
CMYK0.150.0500.48
HSL198º8.2%47.84%-
HSV(B)198º15.15%51.76%-
XYZ18.3120.0324.73-
YUV122.5133.36120.51-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.27%
GREEN value IS 126 (49.61% from 255) = 34.05%
BLUE value IS 132 (51.95% from 255) = 35.68%
R=30.27%
G=34.05%
B=35.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1121261320.150.0500.481988.247.84
Hex707E84F5030c6830
Octal1601762041750603061060
Binary111000011111101000010011111010110000110001101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707E84; }

 p { color: rgb(112,126,132); }

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

<style>
 a { background-color: #707E84; }

 a { background-color: rgb(112,126,132); }

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

<style>
 span { border-color: #707E84; }

 span { border-color: rgb(112,126,132); }

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