#7A773B

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

Shades of Crete #7A773B

Tints of Crete #7A773B

Color information

#7A773B (or 0x7A773B) is unknown color: approx Crete. HEX triplet: 7A, 77 and 3B. RGB value is (122,119,59). Sum of RGB (Red+Green+Blue) = 122+119+59=300 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.67% from 300); Green value is 119 (46.88% from 255 or 39.67% from 300); Blue value is 59 (23.44% from 255 or 19.67% from 300); Max value from RGB is 122 - color contains mainly: red. Hex color #7A773B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A773B is #8588C4. Grayscale: #717171. Windows color (decimal): -8751301 or 3897210. OLE color: 3897210.

HSL color Cylindrical-coordinate representation of color #7A773B: hue angle of 57.14º degrees, saturation: 0.35, 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 #7A773B is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.52.

Color convert

RGB12211959-
CMYK00.020.520.52
HSL57.14º34.81%35.49%-
HSV(B)57.14º51.64%47.84%-
XYZ15.4117.656.73-
YUV113.0697.49134.38-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 40.67%
GREEN value IS 119 (46.88% from 255) = 39.67%
BLUE value IS 59 (23.44% from 255) = 19.67%
R=40.67%
G=39.67%
B=19.67%

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
Decimal1221195900.020.520.5257.1434.8135.49
Hex7A773B023434392323
Octal17216773026464714343
Binary11110101110111111011010110100110100111001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A773B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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