#717056

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

Shades of Kokoda #717056

Tints of Kokoda #717056

Color information

#717056 (or 0x717056) is unknown color: approx Kokoda. HEX triplet: 71, 70 and 56. RGB value is (113,112,86). Sum of RGB (Red+Green+Blue) = 113+112+86=311 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.33% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 86 (33.98% from 255 or 27.65% from 311); Max value from RGB is 113 - color contains mainly: red. Hex color #717056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717056 is #8E8FA9. Grayscale: #6D6D6D. Windows color (decimal): -9342890 or 5664881. OLE color: 5664881.

HSL color Cylindrical-coordinate representation of color #717056: hue angle of 57.78º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #717056 is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB11311286-
CMYK00.010.240.56
HSL57.78º13.57%39.02%-
HSV(B)57.78º23.89%44.31%-
XYZ14.2815.7711.1-
YUV109.34114.83130.61-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.33%
GREEN value IS 112 (44.14% from 255) = 36.01%
BLUE value IS 86 (33.98% from 255) = 27.65%
R=36.33%
G=36.01%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131128600.010.240.5657.7813.5739.02
Hex7170560118383ae27
Octal161160126013070721647
Binary11100011110000101011001110001110001110101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717056; }

 p { color: rgb(113,112,86); }

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

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

 a { background-color: rgb(113,112,86); }

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

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

 span { border-color: rgb(113,112,86); }

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