#737255

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

Shades of Kokoda #737255

Tints of Kokoda #737255

Color information

#737255 (or 0x737255) is unknown color: approx Kokoda. HEX triplet: 73, 72 and 55. RGB value is (115,114,85). Sum of RGB (Red+Green+Blue) = 115+114+85=314 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.62% from 314); Green value is 114 (44.92% from 255 or 36.31% from 314); Blue value is 85 (33.59% from 255 or 27.07% from 314); Max value from RGB is 115 - color contains mainly: red. Hex color #737255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737255 is #8C8DAA. Grayscale: #6F6F6F. Windows color (decimal): -9211307 or 5599859. OLE color: 5599859.

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

Color convert

RGB11511485-
CMYK00.010.260.55
HSL58º15%39.22%-
HSV(B)58º26.09%45.1%-
XYZ14.7316.3410.97-
YUV110.99113.33130.86-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.62%
GREEN value IS 114 (44.92% from 255) = 36.31%
BLUE value IS 85 (33.59% from 255) = 27.07%
R=36.62%
G=36.31%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151148500.010.260.55581539.22
Hex737255011A373af27
Octal163162125013267721747
Binary11100111110010101010101110101101111110101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737255; }

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

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

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

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

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

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

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

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