#7A6E33

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

Shades of Crete #7A6E33

Tints of Crete #7A6E33

Color information

#7A6E33 (or 0x7A6E33) is unknown color: approx Crete. HEX triplet: 7A, 6E and 33. RGB value is (122,110,51). Sum of RGB (Red+Green+Blue) = 122+110+51=283 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.11% from 283); Green value is 110 (43.36% from 255 or 38.87% from 283); Blue value is 51 (20.31% from 255 or 18.02% from 283); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6E33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6E33 is #8591CC. Grayscale: #6B6B6B. Windows color (decimal): -8753613 or 3370618. OLE color: 3370618.

HSL color Cylindrical-coordinate representation of color #7A6E33: hue angle of 49.86º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7A6E33 is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.52.

Color convert

RGB12211051-
CMYK00.100.580.52
HSL49.86º41.04%33.92%-
HSV(B)49.86º58.2%47.84%-
XYZ14.215.535.38-
YUV106.8696.48138.8-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 43.11%
GREEN value IS 110 (43.36% from 255) = 38.87%
BLUE value IS 51 (20.31% from 255) = 18.02%
R=43.11%
G=38.87%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.58
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221105100.100.580.5249.8641.0433.92
Hex7A6E330A3A34322922
Octal172156630127264625142
Binary1111010110111011001101010111010110100110010101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,110,51); }

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

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

 a { background-color: rgb(122,110,51); }

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

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

 span { border-color: rgb(122,110,51); }

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