#747356

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

Shades of Kokoda #747356

Tints of Kokoda #747356

Color information

#747356 (or 0x747356) is unknown color: approx Kokoda. HEX triplet: 74, 73 and 56. RGB value is (116,115,86). Sum of RGB (Red+Green+Blue) = 116+115+86=317 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.59% from 317); Green value is 115 (45.31% from 255 or 36.28% from 317); Blue value is 86 (33.98% from 255 or 27.13% from 317); Max value from RGB is 116 - color contains mainly: red. Hex color #747356 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747356 is #8B8CA9. Grayscale: #707070. Windows color (decimal): -9145514 or 5665652. OLE color: 5665652.

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

Color convert

RGB11611586-
CMYK00.010.260.55
HSL58º14.85%39.61%-
HSV(B)58º25.86%45.49%-
XYZ15.0116.6511.23-
YUV111.99113.33130.86-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.59%
GREEN value IS 115 (45.31% from 255) = 36.28%
BLUE value IS 86 (33.98% from 255) = 27.13%
R=36.59%
G=36.28%
B=27.13%

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
Decimal1161158600.010.260.555814.8539.61
Hex747356011A373af28
Octal164163126013267721750
Binary11101001110011101011001110101101111110101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747356; }

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

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

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

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

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

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

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

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