#727156

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

Shades of Kokoda #727156

Tints of Kokoda #727156

Color information

#727156 (or 0x727156) is unknown color: approx Kokoda. HEX triplet: 72, 71 and 56. RGB value is (114,113,86). Sum of RGB (Red+Green+Blue) = 114+113+86=313 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.42% from 313); Green value is 113 (44.53% from 255 or 36.10% from 313); Blue value is 86 (33.98% from 255 or 27.48% from 313); Max value from RGB is 114 - color contains mainly: red. Hex color #727156 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727156 is #8D8EA9. Grayscale: #6E6E6E. Windows color (decimal): -9277098 or 5665138. OLE color: 5665138.

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

Color convert

RGB11411386-
CMYK00.010.250.55
HSL57.86º14%39.22%-
HSV(B)57.86º24.56%44.71%-
XYZ14.5216.0611.14-
YUV110.22114.33130.7-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.42%
GREEN value IS 113 (44.53% from 255) = 36.10%
BLUE value IS 86 (33.98% from 255) = 27.48%
R=36.42%
G=36.10%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141138600.010.250.5557.861439.22
Hex7271560119373ae27
Octal162161126013167721647
Binary11100101110001101011001110011101111110101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727156; }

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

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

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

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

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

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

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

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