#7A7859

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

Shades of Kokoda #7A7859

Tints of Kokoda #7A7859

Color information

#7A7859 (or 0x7A7859) is unknown color: approx Kokoda. HEX triplet: 7A, 78 and 59. RGB value is (122,120,89). Sum of RGB (Red+Green+Blue) = 122+120+89=331 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.86% from 331); Green value is 120 (47.27% from 255 or 36.25% from 331); Blue value is 89 (35.16% from 255 or 26.89% from 331); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7859 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7859 is #8587A6. Grayscale: #757575. Windows color (decimal): -8751015 or 5863546. OLE color: 5863546.

HSL color Cylindrical-coordinate representation of color #7A7859: hue angle of 56.36º 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 #7A7859 is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.52.

Color convert

RGB12212089-
CMYK00.020.270.52
HSL56.36º15.64%41.37%-
HSV(B)56.36º27.05%47.84%-
XYZ16.5518.2912.11-
YUV117.06112.16131.52-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.86%
GREEN value IS 120 (47.27% from 255) = 36.25%
BLUE value IS 89 (35.16% from 255) = 26.89%
R=36.86%
G=36.25%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.27
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221208900.020.270.5256.3615.6441.37
Hex7A7859021B34381029
Octal172170131023364702051
Binary1111010111100010110010101101111010011100010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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