#7A7947

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

Shades of Kokoda #7A7947

Tints of Kokoda #7A7947

Color information

#7A7947 (or 0x7A7947) is unknown color: approx Kokoda. HEX triplet: 7A, 79 and 47. RGB value is (122,121,71). Sum of RGB (Red+Green+Blue) = 122+121+71=314 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.85% from 314); Green value is 121 (47.66% from 255 or 38.54% from 314); Blue value is 71 (28.12% from 255 or 22.61% from 314); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7947 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7947 is #8586B8. Grayscale: #737373. Windows color (decimal): -8750777 or 4684154. OLE color: 4684154.

HSL color Cylindrical-coordinate representation of color #7A7947: hue angle of 58.82º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7A7947 is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.52.

Color convert

RGB12212171-
CMYK00.010.420.52
HSL58.82º26.42%37.84%-
HSV(B)58.82º41.8%47.84%-
XYZ1618.278.64-
YUV115.6102.83132.57-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.85%
GREEN value IS 121 (47.66% from 255) = 38.54%
BLUE value IS 71 (28.12% from 255) = 22.61%
R=38.85%
G=38.54%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.42
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221217100.010.420.5258.8226.4237.84
Hex7A7947012A343b1a26
Octal172171107015264733246
Binary1111010111100110001110110101011010011101111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,121,71); }

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

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

 a { background-color: rgb(122,121,71); }

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

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

 span { border-color: rgb(122,121,71); }

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