#7A732F

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

Shades of Crete #7A732F

Tints of Crete #7A732F

Color information

#7A732F (or 0x7A732F) is unknown color: approx Crete. HEX triplet: 7A, 73 and 2F. RGB value is (122,115,47). Sum of RGB (Red+Green+Blue) = 122+115+47=284 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.96% from 284); Green value is 115 (45.31% from 255 or 40.49% from 284); Blue value is 47 (18.75% from 255 or 16.55% from 284); Max value from RGB is 122 - color contains mainly: red. Hex color #7A732F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A732F is #858CD0. Grayscale: #6D6D6D. Windows color (decimal): -8752337 or 3109754. OLE color: 3109754.

HSL color Cylindrical-coordinate representation of color #7A732F: hue angle of 54.4º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7A732F is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.52.

Color convert

RGB12211547-
CMYK00.060.610.52
HSL54.4º44.38%33.14%-
HSV(B)54.4º61.48%47.84%-
XYZ14.6716.65.12-
YUV109.3492.82137.03-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 42.96%
GREEN value IS 115 (45.31% from 255) = 40.49%
BLUE value IS 47 (18.75% from 255) = 16.55%
R=42.96%
G=40.49%
B=16.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.61
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221154700.060.610.5254.444.3833.14
Hex7A732F063D34362c21
Octal17216357067564665441
Binary111101011100111011110110111101110100110110101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A732F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,115,47); }

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

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

 a { background-color: rgb(122,115,47); }

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

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

 span { border-color: rgb(122,115,47); }

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