#7C7C47

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

Shades of Kokoda #7C7C47

Tints of Kokoda #7C7C47

Color information

#7C7C47 (or 0x7C7C47) is unknown color: approx Kokoda. HEX triplet: 7C, 7C and 47. RGB value is (124,124,71). Sum of RGB (Red+Green+Blue) = 124+124+71=319 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.87% from 319); Green value is 124 (48.83% from 255 or 38.87% from 319); Blue value is 71 (28.12% from 255 or 22.26% from 319); Max value from RGB is 124 - color contains mainly: red, green. Hex color #7C7C47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C7C47 is #8383B8. Grayscale: #767676. Windows color (decimal): -8618937 or 4684924. OLE color: 4684924.

HSL color Cylindrical-coordinate representation of color #7C7C47: hue angle of 60º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7C7C47 is Cyan = 0, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.51.

Color convert

RGB12412471-
CMYK000.430.51
HSL60º27.18%38.24%-
HSV(B)60º42.74%48.63%-
XYZ16.6619.168.78-
YUV117.96101.5132.31-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.87%
GREEN value IS 124 (48.83% from 255) = 38.87%
BLUE value IS 71 (28.12% from 255) = 22.26%
R=38.87%
G=38.87%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12412471000.430.516027.1838.24
Hex7C7C47002B333c1b26
Octal174174107005363743346
Binary1111100111110010001110010101111001111110011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C7C47; }

 p { color: rgb(124,124,71); }

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

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

 a { background-color: rgb(124,124,71); }

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

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

 span { border-color: rgb(124,124,71); }

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