#79927B

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

Shades of Davy's Grey #79927B

Tints of Davy's Grey #79927B

Color information

#79927B (or 0x79927B) is unknown color: approx Davy's Grey. HEX triplet: 79, 92 and 7B. RGB value is (121,146,123). Sum of RGB (Red+Green+Blue) = 121+146+123=390 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.03% from 390); Green value is 146 (57.42% from 255 or 37.44% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 146 - color contains mainly: green. Hex color #79927B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79927B is #866D84. Grayscale: #878787. Windows color (decimal): -8809861 or 8098425. OLE color: 8098425.

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

Color convert

RGB121146123-
CMYK0.1700.160.43
HSL124.8º10.29%52.35%-
HSV(B)124.8º17.12%57.25%-
XYZ21.7426.0522.62-
YUV135.9120.72117.37-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.03%
GREEN value IS 146 (57.42% from 255) = 37.44%
BLUE value IS 123 (48.44% from 255) = 31.54%
R=31.03%
G=37.44%
B=31.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1211461230.1700.160.43124.810.2952.35
Hex79927B110102B7da34
Octal17122217321020531751264
Binary11110011001001011110111000101000010101111111011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79927B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79927B; }

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

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

<style>
 a { background-color: #79927B; }

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

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

<style>
 span { border-color: #79927B; }

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

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