#7D927B

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

Shades of Davy's Grey #7D927B

Tints of Davy's Grey #7D927B

Color information

#7D927B (or 0x7D927B) is unknown color: approx Davy's Grey. HEX triplet: 7D, 92 and 7B. RGB value is (125,146,123). Sum of RGB (Red+Green+Blue) = 125+146+123=394 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.73% from 394); Green value is 146 (57.42% from 255 or 37.06% from 394); Blue value is 123 (48.44% from 255 or 31.22% from 394); Max value from RGB is 146 - color contains mainly: green. Hex color #7D927B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D927B is #826D84. Grayscale: #898989. Windows color (decimal): -8547717 or 8098429. OLE color: 8098429.

HSL color Cylindrical-coordinate representation of color #7D927B: hue angle of 114.78º 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 #7D927B is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB125146123-
CMYK0.1400.160.43
HSL114.78º9.54%52.75%-
HSV(B)114.78º15.75%57.25%-
XYZ22.3126.3522.65-
YUV137.1120.04119.37-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.73%
GREEN value IS 146 (57.42% from 255) = 37.06%
BLUE value IS 123 (48.44% from 255) = 31.22%
R=31.73%
G=37.06%
B=31.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1251461230.1400.160.43114.789.5452.75
Hex7D927BE0102B73a35
Octal17522217316020531631265
Binary1111101100100101111011111001000010101111100111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D927B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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