#7A752D

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

Shades of Crete #7A752D

Tints of Crete #7A752D

Color information

#7A752D (or 0x7A752D) is unknown color: approx Crete. HEX triplet: 7A, 75 and 2D. RGB value is (122,117,45). Sum of RGB (Red+Green+Blue) = 122+117+45=284 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.96% from 284); Green value is 117 (46.09% from 255 or 41.20% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 122 - color contains mainly: red. Hex color #7A752D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A752D is #858AD2. Grayscale: #6E6E6E. Windows color (decimal): -8751827 or 2979194. OLE color: 2979194.

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

Color convert

RGB12211745-
CMYK00.040.630.52
HSL56.1º46.11%32.75%-
HSV(B)56.1º63.11%47.84%-
XYZ14.8617.054.99-
YUV110.2991.16136.35-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 42.96%
GREEN value IS 117 (46.09% from 255) = 41.20%
BLUE value IS 45 (17.97% from 255) = 15.85%
R=42.96%
G=41.20%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.63
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221174500.040.630.5256.146.1132.75
Hex7A752D043F34382e21
Octal17216555047764705641
Binary111101011101011011010100111111110100111000101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A752D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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