#747358

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

Shades of Kokoda #747358

Tints of Kokoda #747358

Color information

#747358 (or 0x747358) is unknown color: approx Kokoda. HEX triplet: 74, 73 and 58. RGB value is (116,115,88). Sum of RGB (Red+Green+Blue) = 116+115+88=319 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.36% from 319); Green value is 115 (45.31% from 255 or 36.05% from 319); Blue value is 88 (34.77% from 255 or 27.59% from 319); Max value from RGB is 116 - color contains mainly: red. Hex color #747358 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747358 is #8B8CA7. Grayscale: #707070. Windows color (decimal): -9145512 or 5796724. OLE color: 5796724.

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

Color convert

RGB11611588-
CMYK00.010.240.55
HSL57.86º13.73%40%-
HSV(B)57.86º24.14%45.49%-
XYZ15.0916.6811.66-
YUV112.22114.33130.7-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.36%
GREEN value IS 115 (45.31% from 255) = 36.05%
BLUE value IS 88 (34.77% from 255) = 27.59%
R=36.36%
G=36.05%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161158800.010.240.5557.8613.7340
Hex7473580118373ae28
Octal164163130013067721650
Binary11101001110011101100001110001101111110101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747358; }

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

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

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

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

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

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

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

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