#7A782F

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

Shades of Crete #7A782F

Tints of Crete #7A782F

Color information

#7A782F (or 0x7A782F) is unknown color: approx Crete. HEX triplet: 7A, 78 and 2F. RGB value is (122,120,47). Sum of RGB (Red+Green+Blue) = 122+120+47=289 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.21% from 289); Green value is 120 (47.27% from 255 or 41.52% from 289); Blue value is 47 (18.75% from 255 or 16.26% from 289); Max value from RGB is 122 - color contains mainly: red. Hex color #7A782F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A782F is #8587D0. Grayscale: #707070. Windows color (decimal): -8751057 or 3111034. OLE color: 3111034.

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

Color convert

RGB12212047-
CMYK00.020.610.52
HSL58.4º44.38%33.14%-
HSV(B)58.4º61.48%47.84%-
XYZ15.2617.785.32-
YUV112.2891.16134.94-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 42.21%
GREEN value IS 120 (47.27% from 255) = 41.52%
BLUE value IS 47 (18.75% from 255) = 16.26%
R=42.21%
G=41.52%
B=16.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.61
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221204700.020.610.5258.444.3833.14
Hex7A782F023D343a2c21
Octal17217057027564725441
Binary11110101111000101111010111101110100111010101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A782F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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