#7A782D

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

Shades of Crete #7A782D

Tints of Crete #7A782D

Color information

#7A782D (or 0x7A782D) is unknown color: approx Crete. HEX triplet: 7A, 78 and 2D. RGB value is (122,120,45). Sum of RGB (Red+Green+Blue) = 122+120+45=287 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.51% from 287); Green value is 120 (47.27% from 255 or 41.81% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 122 - color contains mainly: red. Hex color #7A782D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A782D is #8587D2. Grayscale: #707070. Windows color (decimal): -8751059 or 2979962. OLE color: 2979962.

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

Color convert

RGB12212045-
CMYK00.020.630.52
HSL58.44º46.11%32.75%-
HSV(B)58.44º63.11%47.84%-
XYZ15.2217.765.11-
YUV112.0590.16135.1-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 42.51%
GREEN value IS 120 (47.27% from 255) = 41.81%
BLUE value IS 45 (17.97% from 255) = 15.68%
R=42.51%
G=41.81%
B=15.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.63
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221204500.020.630.5258.4446.1132.75
Hex7A782D023F343a2e21
Octal17217055027764725641
Binary11110101111000101101010111111110100111010101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A782D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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