#7C7A53

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

Shades of Kokoda #7C7A53

Tints of Kokoda #7C7A53

Color information

#7C7A53 (or 0x7C7A53) is unknown color: approx Kokoda. HEX triplet: 7C, 7A and 53. RGB value is (124,122,83). Sum of RGB (Red+Green+Blue) = 124+122+83=329 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.69% from 329); Green value is 122 (48.05% from 255 or 37.08% from 329); Blue value is 83 (32.81% from 255 or 25.23% from 329); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7A53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7A53 is #8385AC. Grayscale: #767676. Windows color (decimal): -8619437 or 5470844. OLE color: 5470844.

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

Color convert

RGB12412283-
CMYK00.020.330.51
HSL57.07º19.81%40.59%-
HSV(B)57.07º33.06%48.63%-
XYZ16.8318.8310.93-
YUV118.15108.16132.17-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.69%
GREEN value IS 122 (48.05% from 255) = 37.08%
BLUE value IS 83 (32.81% from 255) = 25.23%
R=37.69%
G=37.08%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241228300.020.330.5157.0719.8140.59
Hex7C7A53022133391429
Octal174172123024163712451
Binary11111001111010101001101010000111001111100110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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