#737056

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

Shades of Kokoda #737056

Tints of Kokoda #737056

Color information

#737056 (or 0x737056) is unknown color: approx Kokoda. HEX triplet: 73, 70 and 56. RGB value is (115,112,86). Sum of RGB (Red+Green+Blue) = 115+112+86=313 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.74% from 313); Green value is 112 (44.14% from 255 or 35.78% from 313); Blue value is 86 (33.98% from 255 or 27.48% from 313); Max value from RGB is 115 - color contains mainly: red. Hex color #737056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737056 is #8C8FA9. Grayscale: #6E6E6E. Windows color (decimal): -9211818 or 5664883. OLE color: 5664883.

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

Color convert

RGB11511286-
CMYK00.030.250.55
HSL53.79º14.43%39.41%-
HSV(B)53.79º25.22%45.1%-
XYZ14.5415.9111.11-
YUV109.93114.49131.61-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.74%
GREEN value IS 112 (44.14% from 255) = 35.78%
BLUE value IS 86 (33.98% from 255) = 27.48%
R=36.74%
G=35.78%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151128600.030.250.5553.7914.4339.41
Hex73705603193736e27
Octal163160126033167661647
Binary111001111100001010110011110011101111101101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737056; }

 p { color: rgb(115,112,86); }

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

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

 a { background-color: rgb(115,112,86); }

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

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

 span { border-color: rgb(115,112,86); }

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