#72715C

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

Shades of Kokoda #72715C

Tints of Kokoda #72715C

Color information

#72715C (or 0x72715C) is unknown color: approx Kokoda. HEX triplet: 72, 71 and 5C. RGB value is (114,113,92). Sum of RGB (Red+Green+Blue) = 114+113+92=319 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.74% from 319); Green value is 113 (44.53% from 255 or 35.42% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 114 - color contains mainly: red. Hex color #72715C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72715C is #8D8EA3. Grayscale: #6E6E6E. Windows color (decimal): -9277092 or 6058354. OLE color: 6058354.

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

Color convert

RGB11411392-
CMYK00.010.190.55
HSL57.27º10.68%40.39%-
HSV(B)57.27º19.3%44.71%-
XYZ14.7816.1612.47-
YUV110.9117.33130.21-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.74%
GREEN value IS 113 (44.53% from 255) = 35.42%
BLUE value IS 92 (36.33% from 255) = 28.84%
R=35.74%
G=35.42%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141139200.010.190.5557.2710.6840.39
Hex72715C01133739b28
Octal162161134012367711350
Binary11100101110001101110001100111101111110011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72715C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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