#7C7A47

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

Shades of Kokoda #7C7A47

Tints of Kokoda #7C7A47

Color information

#7C7A47 (or 0x7C7A47) is unknown color: approx Kokoda. HEX triplet: 7C, 7A and 47. RGB value is (124,122,71). Sum of RGB (Red+Green+Blue) = 124+122+71=317 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.12% from 317); Green value is 122 (48.05% from 255 or 38.49% from 317); Blue value is 71 (28.12% from 255 or 22.40% from 317); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7A47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C7A47 is #8385B8. Grayscale: #747474. Windows color (decimal): -8619449 or 4684412. OLE color: 4684412.

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

Color convert

RGB12412271-
CMYK00.020.430.51
HSL57.74º27.18%38.24%-
HSV(B)57.74º42.74%48.63%-
XYZ16.4118.668.7-
YUV116.78102.16133.15-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 39.12%
GREEN value IS 122 (48.05% from 255) = 38.49%
BLUE value IS 71 (28.12% from 255) = 22.40%
R=39.12%
G=38.49%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.43
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241227100.020.430.5157.7427.1838.24
Hex7C7A47022B333a1b26
Octal174172107025363723346
Binary11111001111010100011101010101111001111101011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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