#73725E

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

Shades of Kokoda #73725E

Tints of Kokoda #73725E

Color information

#73725E (or 0x73725E) is unknown color: approx Kokoda. HEX triplet: 73, 72 and 5E. RGB value is (115,114,94). Sum of RGB (Red+Green+Blue) = 115+114+94=323 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.60% from 323); Green value is 114 (44.92% from 255 or 35.29% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 115 - color contains mainly: red. Hex color #73725E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73725E is #8C8DA1. Grayscale: #707070. Windows color (decimal): -9211298 or 6189683. OLE color: 6189683.

HSL color Cylindrical-coordinate representation of color #73725E: hue angle of 57.14º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #73725E is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB11511494-
CMYK00.010.180.55
HSL57.14º10.05%40.98%-
HSV(B)57.14º18.26%45.1%-
XYZ15.1116.4912.98-
YUV112.02117.83130.13-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.60%
GREEN value IS 114 (44.92% from 255) = 35.29%
BLUE value IS 94 (37.11% from 255) = 29.10%
R=35.60%
G=35.29%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151149400.010.180.5557.1410.0540.98
Hex73725E01123739a29
Octal163162136012267711251
Binary11100111110010101111001100101101111110011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73725E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73725E; }

 p { color: rgb(115,114,94); }

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

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

 a { background-color: rgb(115,114,94); }

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

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

 span { border-color: rgb(115,114,94); }

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