#7C7960

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

Shades of Kokoda #7C7960

Tints of Kokoda #7C7960

Color information

#7C7960 (or 0x7C7960) is unknown color: approx Kokoda. HEX triplet: 7C, 79 and 60. RGB value is (124,121,96). Sum of RGB (Red+Green+Blue) = 124+121+96=341 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.36% from 341); Green value is 121 (47.66% from 255 or 35.48% from 341); Blue value is 96 (37.89% from 255 or 28.15% from 341); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7960 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7960 is #83869F. Grayscale: #777777. Windows color (decimal): -8619680 or 6322556. OLE color: 6322556.

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

Color convert

RGB12412196-
CMYK00.020.230.51
HSL53.57º12.73%43.14%-
HSV(B)53.57º22.58%48.63%-
XYZ17.2618.813.79-
YUV119.05114.99131.53-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.36%
GREEN value IS 121 (47.66% from 255) = 35.48%
BLUE value IS 96 (37.89% from 255) = 28.15%
R=36.36%
G=35.48%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.23
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241219600.020.230.5153.5712.7343.14
Hex7C796002173336d2b
Octal174171140022763661553
Binary111110011110011100000010101111100111101101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,121,96); }

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

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

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

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

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

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

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