#727155

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

Shades of Kokoda #727155

Tints of Kokoda #727155

Color information

#727155 (or 0x727155) is unknown color: approx Kokoda. HEX triplet: 72, 71 and 55. RGB value is (114,113,85). Sum of RGB (Red+Green+Blue) = 114+113+85=312 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.54% from 312); Green value is 113 (44.53% from 255 or 36.22% from 312); Blue value is 85 (33.59% from 255 or 27.24% from 312); Max value from RGB is 114 - color contains mainly: red. Hex color #727155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727155 is #8D8EAA. Grayscale: #6E6E6E. Windows color (decimal): -9277099 or 5599602. OLE color: 5599602.

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

Color convert

RGB11411385-
CMYK00.010.250.55
HSL57.93º14.57%39.02%-
HSV(B)57.93º25.44%44.71%-
XYZ14.4816.0410.93-
YUV110.11113.83130.78-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.54%
GREEN value IS 113 (44.53% from 255) = 36.22%
BLUE value IS 85 (33.59% from 255) = 27.24%
R=36.54%
G=36.22%
B=27.24%

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
Decimal1141138500.010.250.5557.9314.5739.02
Hex7271550119373af27
Octal162161125013167721747
Binary11100101110001101010101110011101111110101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727155; }

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

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

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

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

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

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

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

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