#7C967E

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

Shades of Davy's Grey #7C967E

Tints of Davy's Grey #7C967E

Color information

#7C967E (or 0x7C967E) is unknown color: approx Davy's Grey. HEX triplet: 7C, 96 and 7E. RGB value is (124,150,126). Sum of RGB (Red+Green+Blue) = 124+150+126=400 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31% from 400); Green value is 150 (58.98% from 255 or 37.5% from 400); Blue value is 126 (49.61% from 255 or 31.5% from 400); Max value from RGB is 150 - color contains mainly: green. Hex color #7C967E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C967E is #836981. Grayscale: #8B8B8B. Windows color (decimal): -8612226 or 8296060. OLE color: 8296060.

HSL color Cylindrical-coordinate representation of color #7C967E: hue angle of 124.62º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7C967E is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB124150126-
CMYK0.1700.160.41
HSL124.62º11.02%53.73%-
HSV(B)124.62º17.33%58.82%-
XYZ22.9827.623.86-
YUV139.49120.39116.95-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31%
GREEN value IS 150 (58.98% from 255) = 37.5%
BLUE value IS 126 (49.61% from 255) = 31.5%
R=31%
G=37.5%
B=31.5%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1241501260.1700.160.41124.6211.0253.73
Hex7C967E11010297db36
Octal17422617621020511751366
Binary11111001001011011111101000101000010100111111011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C967E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,150,126); }

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

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

 a { background-color: rgb(124,150,126); }

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

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

 span { border-color: rgb(124,150,126); }

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