#7C7A5B

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

Shades of Kokoda #7C7A5B

Tints of Kokoda #7C7A5B

Color information

#7C7A5B (or 0x7C7A5B) is unknown color: approx Kokoda. HEX triplet: 7C, 7A and 5B. RGB value is (124,122,91). Sum of RGB (Red+Green+Blue) = 124+122+91=337 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.80% from 337); Green value is 122 (48.05% from 255 or 36.20% from 337); Blue value is 91 (35.94% from 255 or 27.00% from 337); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7A5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7A5B is #8385A4. Grayscale: #777777. Windows color (decimal): -8619429 or 5995132. OLE color: 5995132.

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

Color convert

RGB12412291-
CMYK00.020.270.51
HSL56.36º15.35%42.16%-
HSV(B)56.36º26.61%48.63%-
XYZ17.1618.9612.65-
YUV119.06112.16131.52-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.80%
GREEN value IS 122 (48.05% from 255) = 36.20%
BLUE value IS 91 (35.94% from 255) = 27.00%
R=36.80%
G=36.20%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.27
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241229100.020.270.5156.3615.3542.16
Hex7C7A5B021B3338f2a
Octal174172133023363701752
Binary111110011110101011011010110111100111110001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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