#727056

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

Shades of Kokoda #727056

Tints of Kokoda #727056

Color information

#727056 (or 0x727056) is unknown color: approx Kokoda. HEX triplet: 72, 70 and 56. RGB value is (114,112,86). Sum of RGB (Red+Green+Blue) = 114+112+86=312 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.54% from 312); Green value is 112 (44.14% from 255 or 35.90% from 312); Blue value is 86 (33.98% from 255 or 27.56% from 312); Max value from RGB is 114 - color contains mainly: red. Hex color #727056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727056 is #8D8FA9. Grayscale: #6D6D6D. Windows color (decimal): -9277354 or 5664882. OLE color: 5664882.

HSL color Cylindrical-coordinate representation of color #727056: hue angle of 55.71º 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 #727056 is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB11411286-
CMYK00.020.250.55
HSL55.71º14%39.22%-
HSV(B)55.71º24.56%44.71%-
XYZ14.4115.8411.1-
YUV109.63114.66131.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.54%
GREEN value IS 112 (44.14% from 255) = 35.90%
BLUE value IS 86 (33.98% from 255) = 27.56%
R=36.54%
G=35.90%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141128600.020.250.5555.711439.22
Hex72705602193738e27
Octal162160126023167701647
Binary111001011100001010110010110011101111110001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727056; }

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

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

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

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

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

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

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

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