#7A7940

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

Shades of Crete #7A7940

Tints of Crete #7A7940

Color information

#7A7940 (or 0x7A7940) is unknown color: approx Crete. HEX triplet: 7A, 79 and 40. RGB value is (122,121,64). Sum of RGB (Red+Green+Blue) = 122+121+64=307 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.74% from 307); Green value is 121 (47.66% from 255 or 39.41% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7940 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7940 is #8586BF. Grayscale: #737373. Windows color (decimal): -8750784 or 4225402. OLE color: 4225402.

HSL color Cylindrical-coordinate representation of color #7A7940: hue angle of 58.97º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7A7940 is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.52.

Color convert

RGB12212164-
CMYK00.010.480.52
HSL58.97º31.18%36.47%-
HSV(B)58.97º47.54%47.84%-
XYZ15.7918.187.53-
YUV114.899.33133.13-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 39.74%
GREEN value IS 121 (47.66% from 255) = 39.41%
BLUE value IS 64 (25.39% from 255) = 20.85%
R=39.74%
G=39.41%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.48
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221216400.010.480.5258.9731.1836.47
Hex7A79400130343b1f24
Octal172171100016064733744
Binary1111010111100110000000111000011010011101111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,121,64); }

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

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

 a { background-color: rgb(122,121,64); }

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

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

 span { border-color: rgb(122,121,64); }

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