#7A927B

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

Shades of Davy's Grey #7A927B

Tints of Davy's Grey #7A927B

Color information

#7A927B (or 0x7A927B) is unknown color: approx Davy's Grey. HEX triplet: 7A, 92 and 7B. RGB value is (122,146,123). Sum of RGB (Red+Green+Blue) = 122+146+123=391 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.20% from 391); Green value is 146 (57.42% from 255 or 37.34% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 146 - color contains mainly: green. Hex color #7A927B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A927B is #856D84. Grayscale: #888888. Windows color (decimal): -8744325 or 8098426. OLE color: 8098426.

HSL color Cylindrical-coordinate representation of color #7A927B: hue angle of 122.5º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7A927B is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB122146123-
CMYK0.1600.160.43
HSL122.5º9.92%52.55%-
HSV(B)122.5º16.44%57.25%-
XYZ21.8826.1322.63-
YUV136.2120.55117.87-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.20%
GREEN value IS 146 (57.42% from 255) = 37.34%
BLUE value IS 123 (48.44% from 255) = 31.46%
R=31.20%
G=37.34%
B=31.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1221461230.1600.160.43122.59.9252.55
Hex7A927B100102B7aa35
Octal17222217320020531721265
Binary11110101001001011110111000001000010101111110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A927B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,146,123); }

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

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

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

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

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

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

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