#717055

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

Shades of Kokoda #717055

Tints of Kokoda #717055

Color information

#717055 (or 0x717055) is unknown color: approx Kokoda. HEX triplet: 71, 70 and 55. RGB value is (113,112,85). Sum of RGB (Red+Green+Blue) = 113+112+85=310 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.45% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 85 (33.59% from 255 or 27.42% from 310); Max value from RGB is 113 - color contains mainly: red. Hex color #717055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717055 is #8E8FAA. Grayscale: #6D6D6D. Windows color (decimal): -9342891 or 5599345. OLE color: 5599345.

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

Color convert

RGB11311285-
CMYK00.010.250.56
HSL57.86º14.14%38.82%-
HSV(B)57.86º24.78%44.31%-
XYZ14.2415.7510.88-
YUV109.22114.33130.7-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.45%
GREEN value IS 112 (44.14% from 255) = 36.13%
BLUE value IS 85 (33.59% from 255) = 27.42%
R=36.45%
G=36.13%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131128500.010.250.5657.8614.1438.82
Hex7170550119383ae27
Octal161160125013170721647
Binary11100011110000101010101110011110001110101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717055; }

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

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

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

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

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

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

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

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