#727054

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

Shades of Kokoda #727054

Tints of Kokoda #727054

Color information

#727054 (or 0x727054) is unknown color: approx Kokoda. HEX triplet: 72, 70 and 54. RGB value is (114,112,84). Sum of RGB (Red+Green+Blue) = 114+112+84=310 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.77% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 84 (33.20% from 255 or 27.10% from 310); Max value from RGB is 114 - color contains mainly: red. Hex color #727054 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727054 is #8D8FAB. Grayscale: #6D6D6D. Windows color (decimal): -9277356 or 5533810. OLE color: 5533810.

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

Color convert

RGB11411284-
CMYK00.020.260.55
HSL56º15.15%38.82%-
HSV(B)56º26.32%44.71%-
XYZ14.3315.8110.68-
YUV109.41113.66131.28-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.77%
GREEN value IS 112 (44.14% from 255) = 36.13%
BLUE value IS 84 (33.20% from 255) = 27.10%
R=36.77%
G=36.13%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141128400.020.260.555615.1538.82
Hex727054021A3738f27
Octal162160124023267701747
Binary111001011100001010100010110101101111110001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727054; }

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

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

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

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

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

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

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

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