#707D83

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

Shades of Lynch #707D83

Tints of Lynch #707D83

Color information

#707D83 (or 0x707D83) is unknown color: approx Lynch. HEX triplet: 70, 7D and 83. RGB value is (112,125,131). Sum of RGB (Red+Green+Blue) = 112+125+131=368 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.43% from 368); Green value is 125 (49.22% from 255 or 33.97% from 368); Blue value is 131 (51.56% from 255 or 35.60% from 368); Max value from RGB is 131 - color contains mainly: blue. Hex color #707D83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707D83 is #8F827C. Grayscale: #797979. Windows color (decimal): -9405053 or 8617328. OLE color: 8617328.

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

Color convert

RGB112125131-
CMYK0.150.0500.49
HSL198.95º7.82%47.65%-
HSV(B)198.95º14.5%51.37%-
XYZ18.1119.7524.33-
YUV121.8133.19121.01-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.43%
GREEN value IS 125 (49.22% from 255) = 33.97%
BLUE value IS 131 (51.56% from 255) = 35.60%
R=30.43%
G=33.97%
B=35.60%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1121251310.150.0500.49198.957.8247.65
Hex707D83F5031c7830
Octal1601752031750613071060
Binary111000011111011000001111111010110001110001111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,125,131); }

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

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

 a { background-color: rgb(112,125,131); }

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

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

 span { border-color: rgb(112,125,131); }

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