#7A755D

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

Shades of Kokoda #7A755D

Tints of Kokoda #7A755D

Color information

#7A755D (or 0x7A755D) is unknown color: approx Kokoda. HEX triplet: 7A, 75 and 5D. RGB value is (122,117,93). Sum of RGB (Red+Green+Blue) = 122+117+93=332 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.75% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 93 (36.72% from 255 or 28.01% from 332); Max value from RGB is 122 - color contains mainly: red. Hex color #7A755D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A755D is #858AA2. Grayscale: #737373. Windows color (decimal): -8751779 or 6124922. OLE color: 6124922.

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

Color convert

RGB12211793-
CMYK00.040.240.52
HSL49.66º13.49%42.16%-
HSV(B)49.66º23.77%47.84%-
XYZ16.3617.6512.9-
YUV115.76115.16132.45-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.75%
GREEN value IS 117 (46.09% from 255) = 35.24%
BLUE value IS 93 (36.72% from 255) = 28.01%
R=36.75%
G=35.24%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.24
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221179300.040.240.5249.6613.4942.16
Hex7A755D04183432d2a
Octal172165135043064621552
Binary1111010111010110111010100110001101001100101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A755D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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