#727057

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

Shades of Kokoda #727057

Tints of Kokoda #727057

Color information

#727057 (or 0x727057) is unknown color: approx Kokoda. HEX triplet: 72, 70 and 57. RGB value is (114,112,87). Sum of RGB (Red+Green+Blue) = 114+112+87=313 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.42% from 313); Green value is 112 (44.14% from 255 or 35.78% from 313); Blue value is 87 (34.38% from 255 or 27.80% from 313); Max value from RGB is 114 - color contains mainly: red. Hex color #727057 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727057 is #8D8FA8. Grayscale: #6D6D6D. Windows color (decimal): -9277353 or 5730418. OLE color: 5730418.

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

Color convert

RGB11411287-
CMYK00.020.240.55
HSL55.56º13.43%39.41%-
HSV(B)55.56º23.68%44.71%-
XYZ14.4515.8511.32-
YUV109.75115.16131.03-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.42%
GREEN value IS 112 (44.14% from 255) = 35.78%
BLUE value IS 87 (34.38% from 255) = 27.80%
R=36.42%
G=35.78%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141128700.020.240.5555.5613.4339.41
Hex72705702183738d27
Octal162160127023067701547
Binary111001011100001010111010110001101111110001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727057; }

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

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

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

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

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

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

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

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