#7C7C56

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

Shades of Kokoda #7C7C56

Tints of Kokoda #7C7C56

Color information

#7C7C56 (or 0x7C7C56) is unknown color: approx Kokoda. HEX triplet: 7C, 7C and 56. RGB value is (124,124,86). Sum of RGB (Red+Green+Blue) = 124+124+86=334 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.13% from 334); Green value is 124 (48.83% from 255 or 37.13% from 334); Blue value is 86 (33.98% from 255 or 25.75% from 334); Max value from RGB is 124 - color contains mainly: red, green. Hex color #7C7C56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7C56 is #8383A9. Grayscale: #777777. Windows color (decimal): -8618922 or 5667964. OLE color: 5667964.

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

Color convert

RGB12412486-
CMYK000.310.51
HSL60º18.1%41.18%-
HSV(B)60º30.65%48.63%-
XYZ17.219.3711.64-
YUV119.67109131.09-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.13%
GREEN value IS 124 (48.83% from 255) = 37.13%
BLUE value IS 86 (33.98% from 255) = 25.75%
R=37.13%
G=37.13%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12412486000.310.516018.141.18
Hex7C7C56001F333c1229
Octal174174126003763742251
Binary111110011111001010110001111111001111110010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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