#7A7937

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

Shades of Crete #7A7937

Tints of Crete #7A7937

Color information

#7A7937 (or 0x7A7937) is unknown color: approx Crete. HEX triplet: 7A, 79 and 37. RGB value is (122,121,55). Sum of RGB (Red+Green+Blue) = 122+121+55=298 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.94% from 298); Green value is 121 (47.66% from 255 or 40.60% from 298); Blue value is 55 (21.88% from 255 or 18.46% from 298); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7937 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7937 is #8586C8. Grayscale: #727272. Windows color (decimal): -8750793 or 3635578. OLE color: 3635578.

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

Color convert

RGB12212155-
CMYK00.010.550.52
HSL59.1º37.85%34.71%-
HSV(B)59.1º54.92%47.84%-
XYZ15.5518.096.29-
YUV113.7894.83133.87-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 40.94%
GREEN value IS 121 (47.66% from 255) = 40.60%
BLUE value IS 55 (21.88% from 255) = 18.46%
R=40.94%
G=40.60%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.55
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221215500.010.550.5259.137.8534.71
Hex7A79370137343b2623
Octal17217167016764734643
Binary1111010111100111011101110111110100111011100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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