#747357

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

Shades of Kokoda #747357

Tints of Kokoda #747357

Color information

#747357 (or 0x747357) is unknown color: approx Kokoda. HEX triplet: 74, 73 and 57. RGB value is (116,115,87). Sum of RGB (Red+Green+Blue) = 116+115+87=318 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.48% from 318); Green value is 115 (45.31% from 255 or 36.16% from 318); Blue value is 87 (34.38% from 255 or 27.36% from 318); Max value from RGB is 116 - color contains mainly: red. Hex color #747357 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747357 is #8B8CA8. Grayscale: #707070. Windows color (decimal): -9145513 or 5731188. OLE color: 5731188.

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

Color convert

RGB11611587-
CMYK00.010.250.55
HSL57.93º14.29%39.8%-
HSV(B)57.93º25%45.49%-
XYZ15.0516.6611.44-
YUV112.11113.83130.78-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.48%
GREEN value IS 115 (45.31% from 255) = 36.16%
BLUE value IS 87 (34.38% from 255) = 27.36%
R=36.48%
G=36.16%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161158700.010.250.5557.9314.2939.8
Hex7473570119373ae28
Octal164163127013167721650
Binary11101001110011101011101110011101111110101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747357; }

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

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

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

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

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

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

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

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