#747352

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

Shades of Kokoda #747352

Tints of Kokoda #747352

Color information

#747352 (or 0x747352) is unknown color: approx Kokoda. HEX triplet: 74, 73 and 52. RGB value is (116,115,82). Sum of RGB (Red+Green+Blue) = 116+115+82=313 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.06% from 313); Green value is 115 (45.31% from 255 or 36.74% from 313); Blue value is 82 (32.42% from 255 or 26.20% from 313); Max value from RGB is 116 - color contains mainly: red. Hex color #747352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747352 is #8B8CAD. Grayscale: #6F6F6F. Windows color (decimal): -9145518 or 5403508. OLE color: 5403508.

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

Color convert

RGB11611582-
CMYK00.010.290.55
HSL58.24º17.17%38.82%-
HSV(B)58.24º29.31%45.49%-
XYZ14.8616.5810.4-
YUV111.54111.33131.18-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.06%
GREEN value IS 115 (45.31% from 255) = 36.74%
BLUE value IS 82 (32.42% from 255) = 26.20%
R=37.06%
G=36.74%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161158200.010.290.5558.2417.1738.82
Hex747352011D373a1127
Octal164163122013567722147
Binary111010011100111010010011110111011111101010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747352; }

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

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

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

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

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

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

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

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