#727157

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

Shades of Kokoda #727157

Tints of Kokoda #727157

Color information

#727157 (or 0x727157) is unknown color: approx Kokoda. HEX triplet: 72, 71 and 57. RGB value is (114,113,87). Sum of RGB (Red+Green+Blue) = 114+113+87=314 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.31% from 314); Green value is 113 (44.53% from 255 or 35.99% from 314); Blue value is 87 (34.38% from 255 or 27.71% from 314); Max value from RGB is 114 - color contains mainly: red. Hex color #727157 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727157 is #8D8EA8. Grayscale: #6E6E6E. Windows color (decimal): -9277097 or 5730674. OLE color: 5730674.

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

Color convert

RGB11411387-
CMYK00.010.240.55
HSL57.78º13.43%39.41%-
HSV(B)57.78º23.68%44.71%-
XYZ14.5616.0811.35-
YUV110.34114.83130.61-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.31%
GREEN value IS 113 (44.53% from 255) = 35.99%
BLUE value IS 87 (34.38% from 255) = 27.71%
R=36.31%
G=35.99%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141138700.010.240.5557.7813.4339.41
Hex7271570118373ad27
Octal162161127013067721547
Binary11100101110001101011101110001101111110101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727157; }

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

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

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

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

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

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

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

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