#727159

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

Shades of Kokoda #727159

Tints of Kokoda #727159

Color information

#727159 (or 0x727159) is unknown color: approx Kokoda. HEX triplet: 72, 71 and 59. RGB value is (114,113,89). Sum of RGB (Red+Green+Blue) = 114+113+89=316 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.08% from 316); Green value is 113 (44.53% from 255 or 35.76% from 316); Blue value is 89 (35.16% from 255 or 28.16% from 316); Max value from RGB is 114 - color contains mainly: red. Hex color #727159 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727159 is #8D8EA6. Grayscale: #6E6E6E. Windows color (decimal): -9277095 or 5861746. OLE color: 5861746.

HSL color Cylindrical-coordinate representation of color #727159: hue angle of 57.6º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #727159 is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB11411389-
CMYK00.010.220.55
HSL57.6º12.32%39.8%-
HSV(B)57.6º21.93%44.71%-
XYZ14.6516.1111.79-
YUV110.56115.83130.45-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.08%
GREEN value IS 113 (44.53% from 255) = 35.76%
BLUE value IS 89 (35.16% from 255) = 28.16%
R=36.08%
G=35.76%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141138900.010.220.5557.612.3239.8
Hex7271590116373ac28
Octal162161131012667721450
Binary11100101110001101100101101101101111110101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727159; }

 p { color: rgb(114,113,89); }

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

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

 a { background-color: rgb(114,113,89); }

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

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

 span { border-color: rgb(114,113,89); }

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