#737260

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

Shades of Kokoda #737260

Tints of Kokoda #737260

Color information

#737260 (or 0x737260) is unknown color: approx Kokoda. HEX triplet: 73, 72 and 60. RGB value is (115,114,96). Sum of RGB (Red+Green+Blue) = 115+114+96=325 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.38% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 96 (37.89% from 255 or 29.54% from 325); Max value from RGB is 115 - color contains mainly: red. Hex color #737260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737260 is #8C8D9F. Grayscale: #707070. Windows color (decimal): -9211296 or 6320755. OLE color: 6320755.

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

Color convert

RGB11511496-
CMYK00.010.170.55
HSL56.84º9%41.37%-
HSV(B)56.84º16.52%45.1%-
XYZ15.216.5213.45-
YUV112.25118.83129.96-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.38%
GREEN value IS 114 (44.92% from 255) = 35.08%
BLUE value IS 96 (37.89% from 255) = 29.54%
R=35.38%
G=35.08%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151149600.010.170.5556.84941.37
Hex73726001113739929
Octal163162140012167711151
Binary11100111110010110000001100011101111110011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737260; }

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

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

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

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

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

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

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

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