#7A7764

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

Shades of Kokoda #7A7764

Tints of Kokoda #7A7764

Color information

#7A7764 (or 0x7A7764) is unknown color: approx Kokoda. HEX triplet: 7A, 77 and 64. RGB value is (122,119,100). Sum of RGB (Red+Green+Blue) = 122+119+100=341 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.78% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 100 (39.45% from 255 or 29.33% from 341); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7764 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7764 is #85889B. Grayscale: #757575. Windows color (decimal): -8751260 or 6584186. OLE color: 6584186.

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

Color convert

RGB122119100-
CMYK00.020.180.52
HSL51.82º9.91%43.53%-
HSV(B)51.82º18.03%47.84%-
XYZ16.9218.2514.69-
YUV117.73117.99131.04-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.78%
GREEN value IS 119 (46.88% from 255) = 34.90%
BLUE value IS 100 (39.45% from 255) = 29.33%
R=35.78%
G=34.90%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.18
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12211910000.020.180.5251.829.9143.53
Hex7A776402123434a2c
Octal172167144022264641254
Binary111101011101111100100010100101101001101001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,119,100); }

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

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

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

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

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

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

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