#747258

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

Shades of Kokoda #747258

Tints of Kokoda #747258

Color information

#747258 (or 0x747258) is unknown color: approx Kokoda. HEX triplet: 74, 72 and 58. RGB value is (116,114,88). Sum of RGB (Red+Green+Blue) = 116+114+88=318 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.48% from 318); Green value is 114 (44.92% from 255 or 35.85% from 318); Blue value is 88 (34.77% from 255 or 27.67% from 318); Max value from RGB is 116 - color contains mainly: red. Hex color #747258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747258 is #8B8DA7. Grayscale: #6F6F6F. Windows color (decimal): -9145768 or 5796468. OLE color: 5796468.

HSL color Cylindrical-coordinate representation of color #747258: hue angle of 55.71º 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 #747258 is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.55.

Color convert

RGB11611488-
CMYK00.020.240.55
HSL55.71º13.73%40%-
HSV(B)55.71º24.14%45.49%-
XYZ14.9816.4511.62-
YUV111.63114.66131.11-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.48%
GREEN value IS 114 (44.92% from 255) = 35.85%
BLUE value IS 88 (34.77% from 255) = 27.67%
R=36.48%
G=35.85%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161148800.020.240.5555.7113.7340
Hex74725802183738e28
Octal164162130023067701650
Binary111010011100101011000010110001101111110001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747258; }

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

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

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

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

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

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

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

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