#7A785B

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

Shades of Kokoda #7A785B

Tints of Kokoda #7A785B

Color information

#7A785B (or 0x7A785B) is unknown color: approx Kokoda. HEX triplet: 7A, 78 and 5B. RGB value is (122,120,91). Sum of RGB (Red+Green+Blue) = 122+120+91=333 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.64% from 333); Green value is 120 (47.27% from 255 or 36.04% from 333); Blue value is 91 (35.94% from 255 or 27.33% from 333); Max value from RGB is 122 - color contains mainly: red. Hex color #7A785B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A785B is #8587A4. Grayscale: #757575. Windows color (decimal): -8751013 or 5994618. OLE color: 5994618.

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

Color convert

RGB12212091-
CMYK00.020.250.52
HSL56.13º14.55%41.76%-
HSV(B)56.13º25.41%47.84%-
XYZ16.6318.3312.56-
YUV117.29113.16131.36-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.64%
GREEN value IS 120 (47.27% from 255) = 36.04%
BLUE value IS 91 (35.94% from 255) = 27.33%
R=36.64%
G=36.04%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.25
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221209100.020.250.5256.1314.5541.76
Hex7A785B02193438f2a
Octal172170133023164701752
Binary111101011110001011011010110011101001110001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A785B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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