#7A7A59

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

Shades of Kokoda #7A7A59

Tints of Kokoda #7A7A59

Color information

#7A7A59 (or 0x7A7A59) is unknown color: approx Kokoda. HEX triplet: 7A, 7A and 59. RGB value is (122,122,89). Sum of RGB (Red+Green+Blue) = 122+122+89=333 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.64% from 333); Green value is 122 (48.05% from 255 or 36.64% from 333); Blue value is 89 (35.16% from 255 or 26.73% from 333); Max value from RGB is 122 - color contains mainly: red, green. Hex color #7A7A59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7A59 is #8585A6. Grayscale: #767676. Windows color (decimal): -8750503 or 5864058. OLE color: 5864058.

HSL color Cylindrical-coordinate representation of color #7A7A59: hue angle of 60º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7A7A59 is Cyan = 0, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.52.

Color convert

RGB12212289-
CMYK000.270.52
HSL60º15.64%41.37%-
HSV(B)60º27.05%47.84%-
XYZ16.7918.7812.19-
YUV118.24111.5130.68-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.64%
GREEN value IS 122 (48.05% from 255) = 36.64%
BLUE value IS 89 (35.16% from 255) = 26.73%
R=36.64%
G=36.64%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12212289000.270.526015.6441.37
Hex7A7A59001B343c1029
Octal172172131003364742051
Binary111101011110101011001001101111010011110010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,122,89); }

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

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

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

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

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

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

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