#747362

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

Shades of Kokoda #747362

Tints of Kokoda #747362

Color information

#747362 (or 0x747362) is unknown color: approx Kokoda. HEX triplet: 74, 73 and 62. RGB value is (116,115,98). Sum of RGB (Red+Green+Blue) = 116+115+98=329 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.26% from 329); Green value is 115 (45.31% from 255 or 34.95% from 329); Blue value is 98 (38.67% from 255 or 29.79% from 329); Max value from RGB is 116 - color contains mainly: red. Hex color #747362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747362 is #8B8C9D. Grayscale: #717171. Windows color (decimal): -9145502 or 6452084. OLE color: 6452084.

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

Color convert

RGB11611598-
CMYK00.010.160.55
HSL56.67º8.41%41.96%-
HSV(B)56.67º15.52%45.49%-
XYZ15.5416.8613.99-
YUV113.36119.33129.88-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.26%
GREEN value IS 115 (45.31% from 255) = 34.95%
BLUE value IS 98 (38.67% from 255) = 29.79%
R=35.26%
G=34.95%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161159800.010.160.5556.678.4141.96
Hex7473620110373982a
Octal164163142012067711052
Binary11101001110011110001001100001101111110011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747362; }

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

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

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

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

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

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

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

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