#7A7663

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

Shades of Kokoda #7A7663

Tints of Kokoda #7A7663

Color information

#7A7663 (or 0x7A7663) is unknown color: approx Kokoda. HEX triplet: 7A, 76 and 63. RGB value is (122,118,99). Sum of RGB (Red+Green+Blue) = 122+118+99=339 (44% of max value = 765). Red value is 122 (48.05% from 255 or 35.99% from 339); Green value is 118 (46.48% from 255 or 34.81% from 339); Blue value is 99 (39.06% from 255 or 29.20% from 339); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7663 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7663 is #85899C. Grayscale: #757575. Windows color (decimal): -8751517 or 6518394. OLE color: 6518394.

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

Color convert

RGB12211899-
CMYK00.030.190.52
HSL49.57º10.41%43.33%-
HSV(B)49.57º18.85%47.84%-
XYZ16.761814.39-
YUV117.03117.83131.54-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.99%
GREEN value IS 118 (46.48% from 255) = 34.81%
BLUE value IS 99 (39.06% from 255) = 29.20%
R=35.99%
G=34.81%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221189900.030.190.5249.5710.4143.33
Hex7A766303133432a2b
Octal172166143032364621253
Binary111101011101101100011011100111101001100101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,118,99); }

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

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

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

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

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

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

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