#7C7A54

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

Shades of Kokoda #7C7A54

Tints of Kokoda #7C7A54

Color information

#7C7A54 (or 0x7C7A54) is unknown color: approx Kokoda. HEX triplet: 7C, 7A and 54. RGB value is (124,122,84). Sum of RGB (Red+Green+Blue) = 124+122+84=330 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.58% from 330); Green value is 122 (48.05% from 255 or 36.97% from 330); Blue value is 84 (33.20% from 255 or 25.45% from 330); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7A54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7A54 is #8385AB. Grayscale: #767676. Windows color (decimal): -8619436 or 5536380. OLE color: 5536380.

HSL color Cylindrical-coordinate representation of color #7C7A54: hue angle of 57º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7C7A54 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.51.

Color convert

RGB12412284-
CMYK00.020.320.51
HSL57º19.23%40.78%-
HSV(B)57º32.26%48.63%-
XYZ16.8718.8411.14-
YUV118.27108.66132.09-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.58%
GREEN value IS 122 (48.05% from 255) = 36.97%
BLUE value IS 84 (33.20% from 255) = 25.45%
R=37.58%
G=36.97%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241228400.020.320.515719.2340.78
Hex7C7A54022033391329
Octal174172124024063712351
Binary11111001111010101010001010000011001111100110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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