#7C927D

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

Shades of Davy's Grey #7C927D

Tints of Davy's Grey #7C927D

Color information

#7C927D (or 0x7C927D) is unknown color: approx Davy's Grey. HEX triplet: 7C, 92 and 7D. RGB value is (124,146,125). Sum of RGB (Red+Green+Blue) = 124+146+125=395 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.39% from 395); Green value is 146 (57.42% from 255 or 36.96% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 146 - color contains mainly: green. Hex color #7C927D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C927D is #836D82. Grayscale: #898989. Windows color (decimal): -8613251 or 8229500. OLE color: 8229500.

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

Color convert

RGB124146125-
CMYK0.1500.140.43
HSL122.73º9.17%52.94%-
HSV(B)122.73º15.07%57.25%-
XYZ22.2926.3223.31-
YUV137.03121.21118.71-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.39%
GREEN value IS 146 (57.42% from 255) = 36.96%
BLUE value IS 125 (49.22% from 255) = 31.65%
R=31.39%
G=36.96%
B=31.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1241461250.1500.140.43122.739.1752.94
Hex7C927DF0E2B7b935
Octal17422217517016531731165
Binary111110010010010111110111110111010101111110111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C927D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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