#747359

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

Shades of Kokoda #747359

Tints of Kokoda #747359

Color information

#747359 (or 0x747359) is unknown color: approx Kokoda. HEX triplet: 74, 73 and 59. RGB value is (116,115,89). Sum of RGB (Red+Green+Blue) = 116+115+89=320 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.25% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 89 (35.16% from 255 or 27.81% from 320); Max value from RGB is 116 - color contains mainly: red. Hex color #747359 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747359 is #8B8CA6. Grayscale: #707070. Windows color (decimal): -9145511 or 5862260. OLE color: 5862260.

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

Color convert

RGB11611589-
CMYK00.010.230.55
HSL57.78º13.17%40.2%-
HSV(B)57.78º23.28%45.49%-
XYZ15.1416.711.88-
YUV112.34114.83130.61-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.25%
GREEN value IS 115 (45.31% from 255) = 35.94%
BLUE value IS 89 (35.16% from 255) = 27.81%
R=36.25%
G=35.94%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161158900.010.230.5557.7813.1740.2
Hex7473590117373ad28
Octal164163131012767721550
Binary11101001110011101100101101111101111110101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747359; }

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

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

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

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

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

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

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

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