#747252

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

Shades of Kokoda #747252

Tints of Kokoda #747252

Color information

#747252 (or 0x747252) is unknown color: approx Kokoda. HEX triplet: 74, 72 and 52. RGB value is (116,114,82). Sum of RGB (Red+Green+Blue) = 116+114+82=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 114 (44.92% from 255 or 36.54% from 312); Blue value is 82 (32.42% from 255 or 26.28% from 312); Max value from RGB is 116 - color contains mainly: red. Hex color #747252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747252 is #8B8DAD. Grayscale: #6F6F6F. Windows color (decimal): -9145774 or 5403252. OLE color: 5403252.

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

Color convert

RGB11611482-
CMYK00.020.290.55
HSL56.47º17.17%38.82%-
HSV(B)56.47º29.31%45.49%-
XYZ14.7416.3610.36-
YUV110.95111.66131.6-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.18%
GREEN value IS 114 (44.92% from 255) = 36.54%
BLUE value IS 82 (32.42% from 255) = 26.28%
R=37.18%
G=36.54%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161148200.020.290.5556.4717.1738.82
Hex747252021D37381127
Octal164162122023567702147
Binary1110100111001010100100101110111011111100010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747252; }

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

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

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

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

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

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

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

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