#7A763A

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

Shades of Crete #7A763A

Tints of Crete #7A763A

Color information

#7A763A (or 0x7A763A) is unknown color: approx Crete. HEX triplet: 7A, 76 and 3A. RGB value is (122,118,58). Sum of RGB (Red+Green+Blue) = 122+118+58=298 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.94% from 298); Green value is 118 (46.48% from 255 or 39.60% from 298); Blue value is 58 (23.05% from 255 or 19.46% from 298); Max value from RGB is 122 - color contains mainly: red. Hex color #7A763A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A763A is #8589C5. Grayscale: #707070. Windows color (decimal): -8751558 or 3831418. OLE color: 3831418.

HSL color Cylindrical-coordinate representation of color #7A763A: hue angle of 56.25º 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 #7A763A is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.52.

Color convert

RGB12211858-
CMYK00.030.520.52
HSL56.25º35.56%35.29%-
HSV(B)56.25º52.46%47.84%-
XYZ15.2717.46.56-
YUV112.3697.33134.88-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 40.94%
GREEN value IS 118 (46.48% from 255) = 39.60%
BLUE value IS 58 (23.05% from 255) = 19.46%
R=40.94%
G=39.60%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.52
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221185800.030.520.5256.2535.5635.29
Hex7A763A033434382423
Octal17216672036464704443
Binary11110101110110111010011110100110100111000100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A763A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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