#7A7033

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

Shades of Crete #7A7033

Tints of Crete #7A7033

Color information

#7A7033 (or 0x7A7033) is unknown color: approx Crete. HEX triplet: 7A, 70 and 33. RGB value is (122,112,51). Sum of RGB (Red+Green+Blue) = 122+112+51=285 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.81% from 285); Green value is 112 (44.14% from 255 or 39.30% from 285); Blue value is 51 (20.31% from 255 or 17.89% from 285); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7033 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7033 is #858FCC. Grayscale: #6C6C6C. Windows color (decimal): -8753101 or 3371130. OLE color: 3371130.

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

Color convert

RGB12211251-
CMYK00.080.580.52
HSL51.55º41.04%33.92%-
HSV(B)51.55º58.2%47.84%-
XYZ14.4215.965.45-
YUV108.0495.81137.96-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 42.81%
GREEN value IS 112 (44.14% from 255) = 39.30%
BLUE value IS 51 (20.31% from 255) = 17.89%
R=42.81%
G=39.30%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.58
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221125100.080.580.5251.5541.0433.92
Hex7A7033083A34342922
Octal172160630107264645142
Binary1111010111000011001101000111010110100110100101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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