#7C7653

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

Shades of Kokoda #7C7653

Tints of Kokoda #7C7653

Color information

#7C7653 (or 0x7C7653) is unknown color: approx Kokoda. HEX triplet: 7C, 76 and 53. RGB value is (124,118,83). Sum of RGB (Red+Green+Blue) = 124+118+83=325 (43% of max value = 765). Red value is 124 (48.83% from 255 or 38.15% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 83 (32.81% from 255 or 25.54% from 325); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7653 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7653 is #8389AC. Grayscale: #737373. Windows color (decimal): -8620461 or 5469820. OLE color: 5469820.

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

Color convert

RGB12411883-
CMYK00.050.330.51
HSL51.22º19.81%40.59%-
HSV(B)51.22º33.06%48.63%-
XYZ16.3517.8710.77-
YUV115.8109.49133.85-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.15%
GREEN value IS 118 (46.48% from 255) = 36.31%
BLUE value IS 83 (32.81% from 255) = 25.54%
R=38.15%
G=36.31%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.33
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241188300.050.330.5151.2219.8140.59
Hex7C7653052133331429
Octal174166123054163632451
Binary111110011101101010011010110000111001111001110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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