#707D82

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

Shades of Hoki #707D82

Tints of Hoki #707D82

Color information

#707D82 (or 0x707D82) is unknown color: approx Hoki. HEX triplet: 70, 7D and 82. RGB value is (112,125,130). Sum of RGB (Red+Green+Blue) = 112+125+130=367 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.52% from 367); Green value is 125 (49.22% from 255 or 34.06% from 367); Blue value is 130 (51.17% from 255 or 35.42% from 367); Max value from RGB is 130 - color contains mainly: blue. Hex color #707D82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707D82 is #8F827D. Grayscale: #797979. Windows color (decimal): -9405054 or 8551792. OLE color: 8551792.

HSL color Cylindrical-coordinate representation of color #707D82: hue angle of 196.67º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #707D82 is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB112125130-
CMYK0.140.0400.49
HSL196.67º7.44%47.45%-
HSV(B)196.67º13.85%50.98%-
XYZ18.0419.7223.98-
YUV121.68132.69121.09-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.52%
GREEN value IS 125 (49.22% from 255) = 34.06%
BLUE value IS 130 (51.17% from 255) = 35.42%
R=30.52%
G=34.06%
B=35.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1121251300.140.0400.49196.677.4447.45
Hex707D82E4031c572f
Octal160175202164061305757
Binary11100001111101100000101110100011000111000101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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