#7A7853

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

Shades of Kokoda #7A7853

Tints of Kokoda #7A7853

Color information

#7A7853 (or 0x7A7853) is unknown color: approx Kokoda. HEX triplet: 7A, 78 and 53. RGB value is (122,120,83). Sum of RGB (Red+Green+Blue) = 122+120+83=325 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.54% from 325); Green value is 120 (47.27% from 255 or 36.92% from 325); Blue value is 83 (32.81% from 255 or 25.54% from 325); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7853 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7853 is #8587AC. Grayscale: #747474. Windows color (decimal): -8751021 or 5470330. OLE color: 5470330.

HSL color Cylindrical-coordinate representation of color #7A7853: hue angle of 56.92º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7A7853 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.52.

Color convert

RGB12212083-
CMYK00.020.320.52
HSL56.92º19.02%40.2%-
HSV(B)56.92º31.97%47.84%-
XYZ16.318.210.84-
YUV116.38109.16132.01-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.54%
GREEN value IS 120 (47.27% from 255) = 36.92%
BLUE value IS 83 (32.81% from 255) = 25.54%
R=37.54%
G=36.92%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221208300.020.320.5256.9219.0240.2
Hex7A7853022034391328
Octal172170123024064712350
Binary11110101111000101001101010000011010011100110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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