#747360

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

Shades of Kokoda #747360

Tints of Kokoda #747360

Color information

#747360 (or 0x747360) is unknown color: approx Kokoda. HEX triplet: 74, 73 and 60. RGB value is (116,115,96). Sum of RGB (Red+Green+Blue) = 116+115+96=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 115 (45.31% from 255 or 35.17% from 327); Blue value is 96 (37.89% from 255 or 29.36% from 327); Max value from RGB is 116 - color contains mainly: red. Hex color #747360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747360 is #8B8C9F. Grayscale: #717171. Windows color (decimal): -9145504 or 6321012. OLE color: 6321012.

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

Color convert

RGB11611596-
CMYK00.010.170.55
HSL57º9.43%41.57%-
HSV(B)57º17.24%45.49%-
XYZ15.4416.8213.5-
YUV113.13118.33130.04-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.47%
GREEN value IS 115 (45.31% from 255) = 35.17%
BLUE value IS 96 (37.89% from 255) = 29.36%
R=35.47%
G=35.17%
B=29.36%

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
Decimal1161159600.010.170.55579.4341.57
Hex7473600111373992a
Octal164163140012167711152
Binary11101001110011110000001100011101111110011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747360; }

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

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

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

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

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

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

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

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