#7A773A

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

Shades of Crete #7A773A

Tints of Crete #7A773A

Color information

#7A773A (or 0x7A773A) is unknown color: approx Crete. HEX triplet: 7A, 77 and 3A. RGB value is (122,119,58). Sum of RGB (Red+Green+Blue) = 122+119+58=299 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.80% from 299); Green value is 119 (46.88% from 255 or 39.80% from 299); Blue value is 58 (23.05% from 255 or 19.40% from 299); Max value from RGB is 122 - color contains mainly: red. Hex color #7A773A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A773A is #8588C5. Grayscale: #717171. Windows color (decimal): -8751302 or 3831674. OLE color: 3831674.

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

Color convert

RGB12211958-
CMYK00.020.520.52
HSL57.19º35.56%35.29%-
HSV(B)57.19º52.46%47.84%-
XYZ15.3917.646.6-
YUV112.9496.99134.46-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 40.80%
GREEN value IS 119 (46.88% from 255) = 39.80%
BLUE value IS 58 (23.05% from 255) = 19.40%
R=40.80%
G=39.80%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.52
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221195800.020.520.5257.1935.5635.29
Hex7A773A023434392423
Octal17216772026464714443
Binary11110101110111111010010110100110100111001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A773A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,119,58); }

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

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

 a { background-color: rgb(122,119,58); }

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

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

 span { border-color: rgb(122,119,58); }

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