#72715A

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

Shades of Kokoda #72715A

Tints of Kokoda #72715A

Color information

#72715A (or 0x72715A) is unknown color: approx Kokoda. HEX triplet: 72, 71 and 5A. RGB value is (114,113,90). Sum of RGB (Red+Green+Blue) = 114+113+90=317 (41% of max value = 765). Red value is 114 (44.92% from 255 or 35.96% from 317); Green value is 113 (44.53% from 255 or 35.65% from 317); Blue value is 90 (35.55% from 255 or 28.39% from 317); Max value from RGB is 114 - color contains mainly: red. Hex color #72715A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72715A is #8D8EA5. Grayscale: #6E6E6E. Windows color (decimal): -9277094 or 5927282. OLE color: 5927282.

HSL color Cylindrical-coordinate representation of color #72715A: hue angle of 57.5º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #72715A is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB11411390-
CMYK00.010.210.55
HSL57.5º11.76%40%-
HSV(B)57.5º21.05%44.71%-
XYZ14.6916.1312.01-
YUV110.68116.33130.37-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.96%
GREEN value IS 113 (44.53% from 255) = 35.65%
BLUE value IS 90 (35.55% from 255) = 28.39%
R=35.96%
G=35.65%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141139000.010.210.5557.511.7640
Hex72715A0115373ac28
Octal162161132012567721450
Binary11100101110001101101001101011101111110101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72715A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72715A; }

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

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

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

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

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

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

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

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