#7A795D

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

Shades of Kokoda #7A795D

Tints of Kokoda #7A795D

Color information

#7A795D (or 0x7A795D) is unknown color: approx Kokoda. HEX triplet: 7A, 79 and 5D. RGB value is (122,121,93). Sum of RGB (Red+Green+Blue) = 122+121+93=336 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.31% from 336); Green value is 121 (47.66% from 255 or 36.01% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 122 - color contains mainly: red. Hex color #7A795D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A795D is #8586A2. Grayscale: #767676. Windows color (decimal): -8750755 or 6125946. OLE color: 6125946.

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

Color convert

RGB12212193-
CMYK00.010.240.52
HSL57.93º13.49%42.16%-
HSV(B)57.93º23.77%47.84%-
XYZ16.8418.613.06-
YUV118.11113.83130.78-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.31%
GREEN value IS 121 (47.66% from 255) = 36.01%
BLUE value IS 93 (36.72% from 255) = 27.68%
R=36.31%
G=36.01%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.24
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221219300.010.240.5257.9313.4942.16
Hex7A795D0118343ad2a
Octal172171135013064721552
Binary11110101111001101110101110001101001110101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A795D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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