#707B84

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

Shades of Lynch #707B84

Tints of Lynch #707B84

Color information

#707B84 (or 0x707B84) is unknown color: approx Lynch. HEX triplet: 70, 7B and 84. RGB value is (112,123,132). Sum of RGB (Red+Green+Blue) = 112+123+132=367 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.52% from 367); Green value is 123 (48.44% from 255 or 33.51% from 367); Blue value is 132 (51.95% from 255 or 35.97% from 367); Max value from RGB is 132 - color contains mainly: blue. Hex color #707B84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707B84 is #8F847B. Grayscale: #787878. Windows color (decimal): -9405564 or 8682352. OLE color: 8682352.

HSL color Cylindrical-coordinate representation of color #707B84: hue angle of 207º 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 #707B84 is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB112123132-
CMYK0.150.0700.48
HSL207º8.2%47.84%-
HSV(B)207º15.15%51.76%-
XYZ17.9319.2824.61-
YUV120.74134.36121.77-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.52%
GREEN value IS 123 (48.44% from 255) = 33.51%
BLUE value IS 132 (51.95% from 255) = 35.97%
R=30.52%
G=33.51%
B=35.97%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1121231320.150.0700.482078.247.84
Hex707B84F7030cf830
Octal1601732041770603171060
Binary111000011110111000010011111110110000110011111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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