#7C927B

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

Shades of Davy's Grey #7C927B

Tints of Davy's Grey #7C927B

Color information

#7C927B (or 0x7C927B) is unknown color: approx Davy's Grey. HEX triplet: 7C, 92 and 7B. RGB value is (124,146,123). Sum of RGB (Red+Green+Blue) = 124+146+123=393 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.55% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 146 - color contains mainly: green. Hex color #7C927B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C927B is #836D84. Grayscale: #888888. Windows color (decimal): -8613253 or 8098428. OLE color: 8098428.

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

Color convert

RGB124146123-
CMYK0.1500.160.43
HSL117.39º9.54%52.75%-
HSV(B)117.39º15.75%57.25%-
XYZ22.1726.2722.64-
YUV136.8120.21118.87-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.55%
GREEN value IS 146 (57.42% from 255) = 37.15%
BLUE value IS 123 (48.44% from 255) = 31.30%
R=31.55%
G=37.15%
B=31.30%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1241461230.1500.160.43117.399.5452.75
Hex7C927BF0102B75a35
Octal17422217317020531651265
Binary1111100100100101111011111101000010101111101011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C927B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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