#7A752E

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

Shades of Crete #7A752E

Tints of Crete #7A752E

Color information

#7A752E (or 0x7A752E) is unknown color: approx Crete. HEX triplet: 7A, 75 and 2E. RGB value is (122,117,46). Sum of RGB (Red+Green+Blue) = 122+117+46=285 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.81% from 285); Green value is 117 (46.09% from 255 or 41.05% from 285); Blue value is 46 (18.36% from 255 or 16.14% from 285); Max value from RGB is 122 - color contains mainly: red. Hex color #7A752E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A752E is #858AD1. Grayscale: #6E6E6E. Windows color (decimal): -8751826 or 3044730. OLE color: 3044730.

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

Color convert

RGB12211746-
CMYK00.040.620.52
HSL56.05º45.24%32.94%-
HSV(B)56.05º62.3%47.84%-
XYZ14.8817.065.09-
YUV110.491.66136.27-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 42.81%
GREEN value IS 117 (46.09% from 255) = 41.05%
BLUE value IS 46 (18.36% from 255) = 16.14%
R=42.81%
G=41.05%
B=16.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.62
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221174600.040.620.5256.0545.2432.94
Hex7A752E043E34382d21
Octal17216556047664705541
Binary111101011101011011100100111110110100111000101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A752E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,117,46); }

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

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

 a { background-color: rgb(122,117,46); }

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

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

 span { border-color: rgb(122,117,46); }

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