#7C7D47

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

Shades of Kokoda #7C7D47

Tints of Kokoda #7C7D47

Color information

#7C7D47 (or 0x7C7D47) is unknown color: approx Kokoda. HEX triplet: 7C, 7D and 47. RGB value is (124,125,71). Sum of RGB (Red+Green+Blue) = 124+125+71=320 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.75% from 320); Green value is 125 (49.22% from 255 or 39.06% from 320); Blue value is 71 (28.12% from 255 or 22.19% from 320); Max value from RGB is 125 - color contains mainly: green. Hex color #7C7D47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C7D47 is #8382B8. Grayscale: #767676. Windows color (decimal): -8618681 or 4685180. OLE color: 4685180.

HSL color Cylindrical-coordinate representation of color #7C7D47: hue angle of 61.11º degrees, saturation: 0.28, 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 #7C7D47 is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.51.

Color convert

RGB12412571-
CMYK0.0100.430.51
HSL61.11º27.55%38.43%-
HSV(B)61.11º43.2%49.02%-
XYZ16.7819.418.82-
YUV118.54101.17131.89-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.75%
GREEN value IS 125 (49.22% from 255) = 39.06%
BLUE value IS 71 (28.12% from 255) = 22.19%
R=38.75%
G=39.06%
B=22.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124125710.0100.430.5161.1127.5538.43
Hex7C7D47102B333d1c26
Octal174175107105363753446
Binary1111100111110110001111010101111001111110111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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