#7A907A

Color #7A907A Davy's Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Davy's Grey #7A907A

Tints of Davy's Grey #7A907A

Color information

#7A907A (or 0x7A907A) is unknown color: approx Davy's Grey. HEX triplet: 7A, 90 and 7A. RGB value is (122,144,122). Sum of RGB (Red+Green+Blue) = 122+144+122=388 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.44% from 388); Green value is 144 (56.64% from 255 or 37.11% from 388); Blue value is 122 (48.05% from 255 or 31.44% from 388); Max value from RGB is 144 - color contains mainly: green. Hex color #7A907A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A907A is #856F85. Grayscale: #868686. Windows color (decimal): -8744838 or 8032378. OLE color: 8032378.

HSL color Cylindrical-coordinate representation of color #7A907A: hue angle of 120º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7A907A is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB122144122-
CMYK0.1500.150.44
HSL120º9.02%52.16%-
HSV(B)120º15.28%56.47%-
XYZ21.5125.4922.2-
YUV134.91120.71118.79-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.44%
GREEN value IS 144 (56.64% from 255) = 37.11%
BLUE value IS 122 (48.05% from 255) = 31.44%
R=31.44%
G=37.11%
B=31.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1221441220.1500.150.441209.0252.16
Hex7A907AF0F2C78934
Octal17222017217017541701164
Binary111101010010000111101011110111110110011110001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A907A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,144,122); }

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

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

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

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

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

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

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